%I #12 Feb 14 2015 21:04:53
%S 3,251,59561,144115188677547929,2535301200456458803003916511253,
%T 174224571863520493293247799005113585989929
%N Primes of the form n^5 + 2^n.
%H Charles R Greathouse IV, <a href="/A075901/b075901.txt">Table of n, a(n) for n = 1..10</a>
%o (PARI) for(n=1,140,if(isprime(n^5+2^n),print1(n^5+2^n",")))
%K nonn
%O 1,1
%A _Zak Seidov_, Oct 17 2002
%E The next term (n=701) is too large to include.
%E More terms from _Ralf Stephan_, Mar 24 2003