OFFSET
1,1
COMMENTS
A little googol = 2^100.
The sequence is finite with between 1.8559e29 and 1.8562e29 members. Under the Riemann Hypothesis, it has between 1.8560140176089e29 and 1.8560140176096e29 members. - Charles R Greathouse IV, Jul 30 2007
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
MATHEMATICA
Select[Range[4000], PrimeQ[2^100 - #] &] (* Amiram Eldar, Dec 26 2019 *)
PROG
(PARI) g(n) = forstep(x=1, n, 2, if(isprime(2^100-x), print1(x", ")))
CROSSREFS
KEYWORD
nonn,fini
AUTHOR
Cino Hilliard, Jun 18 2005
STATUS
approved