OFFSET
0,1
COMMENTS
For n={0, 1, 4, 7, 10, 16, 1003, 1063, 1879, 14677, 17326, 28642, 49534} we have the only primes of the form 2^(2n+1)+(2n+1)^2: A064539. Cases 2n+1 == 1, 2 (mod 3) are trivial and may be omitted.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..100
MATHEMATICA
Table[ With[ {k=2}, FactorInteger[ n^k + k^n]] [[1, 1]], {n, 1, 145, 2}]
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Zak Seidov, Jun 24 2005
EXTENSIONS
More terms from Robert G. Wilson v, Jun 24 2005
STATUS
approved