Hacker News new | ask | show | jobs
by lelf 4520 days ago
> The pattern will break down

It doesn't actually:

      4096 8193 6387
    = 4096+8192
    +         1 6384
    +           …
2 comments

I noticed this on the last bit of wolframs display space also. The fact that it continues and is basically infinite sequence arithmetic overflow is insanely beautiful.
1/7 does it too. 14 28 56 128 <- too big
You can seemingly increase the digit space by doing 1/99998 or so.