Show HN: Primeval Numbers
aravind.rs
Show HN: Primeval Numbers
1–10 of 13 posts
Re: Show HN: Primeval Numbers
#2Just to be clear, this is an art project with no practical use that I can think of. It's hard to count using these numbers, but factoring them is trivial.
Re: Show HN: Primeval Numbers
#3Re: Show HN: Primeval Numbers
#4It looks like powers of larger primes are currently rendered with the exponent ring overlapping the "main" rings, e.g. 7 and 49 look the identical, while 343 has an overlapping 2 and 3 knot.
Re: Show HN: Primeval Numbers
#5Re: Show HN: Primeval Numbers
#6What logic does it use for when to use a +1? One thing I noticed: if I give it 100,000 it gives me 2^5•5^5. But if I give it 100,001, instead of 2^5•5^5+1, it gives (2•5 + 1)•(2•3^2•5•(2^2•5^2 + 1) + 1), which seems sub-optimal.
This rule ensures that there is a unique representation for every number.
Re: Show HN: Primeval Numbers
#7Interesting idea. It looks like powers of larger primes are currently rendered with the exponent ring overlapping the "main" rings, e.g. 7 and 49 look the identical, while 343 has an overlapping 2 and 3 knot.
Re: Show HN: Primeval Numbers
#8Very slick interface and implementation! This is why I love coming to HN!
Re: Show HN: Primeval Numbers
#9Edit: Oh, have not seen the drawings...