Live data from Hacker News

Viewing profile — mathythrowaway

mathythrowaway

HN member
Joined
Fri, May 18, 2018, 7:29 PM UTC
HN karma
29
Public activity
4 items

About mathythrowaway

No profile information was provided.

Recent public activity

  1. comment
    Comment #17104486

    But that does produce a picture identical to theirs. Because they are using 75 numbers per square, they do end up hitting at least one prime in each box with (n,k)=1 for the first …

  2. comment
    Comment #17104470

    No, it isn't plotting a prime spiral. Each square in their triangle is a block of 75 numbers. Within the nth row the numbers are sorted by residue mod n.

  3. comment
    Comment #17104347

    Their picture is correct, but only because they are doing something more ridiculous than this. Every one of the squares in their picture represents 75 numbers, not 5 numbers.

  4. comment
    Comment #17104273

    This just shows the reduced residues mod n. There are n squares in the nth row from the top. Color the kth square of the nth row black if gcd(k,n)=1, color it red otherwise.