A075901 Primes of the form n^5 + 2^n.
3, 251, 59561, 144115188677547929, 2535301200456458803003916511253, 174224571863520493293247799005113585989929
Offset: 1
Keywords
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 1..10
Programs
-
PARI
for(n=1,140,if(isprime(n^5+2^n),print1(n^5+2^n",")))
Extensions
The next term (n=701) is too large to include.
More terms from Ralf Stephan, Mar 24 2003