[go: up one dir, main page]

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

A064774
Primes of the form n^n + p(n).
0
3, 7, 263, 11112006825558059
OFFSET
1,1
PROG
(PARI) for(n=1, 100, if(isprime(n^n+prime(n)), print(n^n+prime(n))))
CROSSREFS
Sequence in context: A061422 A206333 A088097 * A348376 A089689 A248701
KEYWORD
nonn
AUTHOR
Jason Earls, Oct 19 2001
STATUS
approved