A035325 Primes of the form 2^k + k^2 + 1.
2, 101, 4241, 262469, 5846006549323611672814739330865132078623730198149, 6277101735386680763835789423207666416102355444464034549761, 105312291668557186697918027683670432318895095400549111254311024193
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..9
Crossrefs
Cf. A100357 (corresponding n's). - Zak Seidov, Apr 05 2014
Programs
-
Magma
[ a: n in [0..250] | IsPrime(a) where a is 2^n + n^2 + 1 ] // Vincenzo Librandi, Sep 03 2012
-
Mathematica
Select[Table[2^n + n^2 + 1, {n, 0, 300, 6}], PrimeQ ] (* Vincenzo Librandi, Sep 03 2012 *)
Extensions
More terms from James Sellers
Comments