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

A276203
Numbers k such that k^9 + 9^k is prime.
0
2, 76, 122, 422, 2300, 5090, 7166, 58046, 91382, 234178, 314738
OFFSET
1,1
COMMENTS
Numbers k such that A185277(k) is prime.
EXAMPLE
2 is a term of the sequence, because A185277(2) = 593 is prime.
PROG
(PARI) is(n) = ispseudoprime(n^9+9^n)
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Felix Fröhlich, Aug 27 2016
STATUS
approved