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”).

A096212
Primes of the form 10^n + 10^(n-4) - 1.
0
1000099, 1000099999, 1000099999999999999, 1000099999999999999999999999999, 1000099999999999999999999999999999, 10000999999999999999999999999999999999999
OFFSET
1,1
PROG
(PARI) f(n, z) = for(x=z, n, y=10^x+10^(x-z)-1; if(ispseudoprime(y), print1(y", ")))
CROSSREFS
Sequence in context: A227138 A227111 A227137 * A065325 A245210 A357098
KEYWORD
nonn
AUTHOR
Cino Hilliard, Jul 28 2004
STATUS
approved