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

A171719
Numbers n such that 10^n*(8+3*10^n)+3 is prime.
0
1, 2, 4, 8, 17, 517, 581, 665, 890, 4901, 5230, 7515
OFFSET
1,2
COMMENTS
Values corresponding to n=4901, n=5230, and n=7515 were all certified Fermat and Lucas PRPs with WinPFGW and the latter two (>10k digits) were submitted to Lifchitz's Top PRPs database. No more terms up to n=8100.
PROG
(PARI) is(n)=ispseudoprime(10^n*(8+3*10^n)+3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A113153 A372543 A255999 * A185178 A351471 A229718
KEYWORD
more,nonn
AUTHOR
Jason Earls, Dec 16 2009
STATUS
approved