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”).
%I #5 Dec 15 2017 17:35:43
%S 3,7,263,11112006825558059
%N Primes of the form n^n + p(n).
%o (PARI) for(n=1,100, if(isprime(n^n+prime(n)),print(n^n+prime(n))))
%K nonn
%O 1,1
%A _Jason Earls_, Oct 19 2001