login
A075901
Primes of the form n^5 + 2^n.
2
3, 251, 59561, 144115188677547929, 2535301200456458803003916511253, 174224571863520493293247799005113585989929
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10
PROG
(PARI) for(n=1, 140, if(isprime(n^5+2^n), print1(n^5+2^n", ")))
CROSSREFS
Sequence in context: A226986 A158351 A025418 * A028918 A213409 A227028
KEYWORD
nonn
AUTHOR
Zak Seidov, Oct 17 2002
EXTENSIONS
The next term (n=701) is too large to include.
More terms from Ralf Stephan, Mar 24 2003
STATUS
approved