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

A248350
Numbers n such that 10^n - 123456789 is prime.
4
9, 10, 13, 19, 26, 68, 73, 115, 190, 195, 232, 549, 742, 1502, 2239, 2618, 5143, 8081, 9442, 31402, 77919, 93790, 99434, 120841
OFFSET
1,1
COMMENTS
a(26) > 200000. - Robert Price, Jun 06 2020
PROG
(PARI) for(n=1, 10^4, if(ispseudoprime(10^n - 123456789), print1(n, ", ")))
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Derek Orr, Oct 05 2014
EXTENSIONS
a(21)-a(25) from Robert Price, Feb 26 2020
STATUS
approved