OFFSET
1,1
COMMENTS
The next term, if it exists, is > 100000.
See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable or proved primes - search on "99947".
LINKS
EXAMPLE
10^3 - 53 = 947 which is a prime number.
MATHEMATICA
m=1000; For[n=1, n<m, If[PrimeQ[10^n-53], Print[n]]; n++ ]
PROG
(PARI) is(n)=ispseudoprime(10^n-53) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
KEYWORD
more,nonn
AUTHOR
Robert Price, Dec 21 2010
EXTENSIONS
Corrected terms a(17) and a(18) by Robert Price, Dec 24 2010
a(20-22)=64436,74335,76875 from Robert Price, May 29 2011
STATUS
approved