The Telegram link leads to a distribution channel, not a group, so one cannot actually discuss it there. I let the author know through the contact feature on the website, as it might be unintentional. Edit: The link was changed to a group (at the bottom of the post).
An Interesting Pattern in the Prime Numbers: Parallax Compression
41–50 of 195 posts
Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#42Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#43Is there are particular reasoning or meaning to each dot being 6 numbers? Is there any significant changes if you pick other numbers per dot, following the same pattern? Based on the linked explanation here: https://beta.observablehq.com/@montyxcantsin/unwinding-the-u...
The claim is that it is the same pattern independent of the number of integers per dot.
Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#44Is each row the same as if the remainder on division of the cell number by the row number is 0 then red, otherwise black?
As it is, the explanation doesn't really make sense to me.
EDIT: Found this lower down: https://beta.observablehq.com/@montyxcantsin/unwinding-the-u...
Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#45> on January 18, 2018, I found a numerical sequence that generated the exact same pattern as Shaun’s pattern Does this mean that we have a sort of bloom filter-esque test for primality? (ie, it will give you a guaranteed no in O(1) but you'll have to crunch numbers to get the yes?) If so, are there implications for things that want to know "is it prime?" quickly? Crpytography comes to mind, for instance...
https://en.wikipedia.org/wiki/Primality_test#Fast_determinis...
Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#46Earlier quoted context omitted.
Other than the sieve of Eratosthenes being a way to compute a finite list of primes I don't see the relationship here. Could you elaborate?
I think the relationship is that the sieve has a natural shape since it's based on ruling out multiples.
Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#47If this can really map prime numbers to a least a general region, would we be able to break Diffie-hellman key exchange more quickly? If so this could be a huge blow to security. But I must say this is amazing that they were able to visualize prime numbers in this way. These guys are geniuses.
Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#48Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#49Really neat! (I still know I haven't the math chops though. Good place to further my study)