login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A193825
Primes of the form 10^n-prime(n).
1
97, 99989, 9999999999999999999999999999999999999827, 999999999999999999999999999999999999999999999999999999999999999999653
OFFSET
1,1
COMMENTS
Next term (n=586) is too large to be listed above. See A110066 for the numbers n which yield further terms of this sequence.
FORMULA
a(n)=10^A110066(n)-prime(A110066(n)).
PROG
(PARI) for(n=1, 999, ispseudoprime(t=10^n-prime(n)) && print1(t", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Aug 06 2011
STATUS
approved