Saturday, February 20, 2016

The smallest primes containing a certain number of zeros

For example, what is the smallest prime containing exactly 10000 zeros? It is 10^10002 + 7*10^164 + 9. Robert Israel provided the procedure with which I am currently calculating the sequence for a large number of values. We'll see how far I get.