Remix.run Logo
susam 3 days ago

The reason vertical clusters appear in these examples is that all your chosen numbers are multiples of 6. A prime number greater than 3 leaves a remainder of either 1 or 5 when divided by 6. In other words:

For all primes p greater than 3, p ≡ ±1 (mod 6).

Therefore, when the total number of columns is a multiple of 6, all primes except 2 fall into the same columns, namely 1, 5, 7, 11, 13, 17 and so on.

jacobtomlinson 3 days ago | parent | next [-]

I just set the column width to 6 to verify this for myself. What a neat tool!

jona-f 2 days ago | parent | prev [-]

Oh yes, thanks!