|
| |
|
|
A075901
|
|
Primes of the form n^5+2^n.
|
|
1
| | |
|
|
|
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: A124875 A158351 A025418 * A028918 A045824 A027860
Adjacent sequences: A075898 A075899 A075900 * A075902 A075903 A075904
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Zak Seidov (zakseidov(AT)yahoo.com), Oct 17, 2002
|
|
|
EXTENSIONS
| The next term (n=701) is too large to include.
More terms from Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 24, 2003
|
| |
|
|