login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075901 Primes of the form n^5 + 2^n. 2

%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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 05:02 EDT 2024. Contains 371235 sequences. (Running on oeis4.)