(no title)
colbyh | 8 years ago
2. That all smaller primes are known can't be verified. Primes of this size are usually found by a number of formulas that find "likely" primes and then verified by brute force (afaik). Because of that fuzzy match to start there might be smaller primes that haven't yet been identified.
planteen|8 years ago
https://en.wikipedia.org/wiki/Lucas–Lehmer_primality_test
colbyh|8 years ago
Someone|8 years ago
For example, there is at least one prime between 2^77,232,915 and 2^77,232,916 that we don’t know (https://en.wikipedia.org/wiki/Bertrand%27s_postulate)
(That’s a very loose bound. I think that, for any N > 2, there are more primes than squares of integers less than it)
throwacide|8 years ago