A256834 Primes of form n^2 + 1296.
1297, 1321, 1657, 2137, 2521, 3697, 5521, 6337, 7537, 8521, 10321, 11497, 13177, 15937, 16921, 18457, 23497, 24097, 25321, 34057, 35521, 40897, 43321, 45817, 47521, 58417, 59377, 88321, 90697, 94321, 98017, 106921, 109537, 117577, 127321, 131617, 138937
Offset: 1
Keywords
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Haskell
a256834 n = a256834_list !! (n-1) a256834_list = [x | x <- map (+ 1296) a000290_list, a010051' x == 1]
-
Mathematica
Select[Range[1,401,2]^2+1296,PrimeQ] (* Harvey P. Dale, Sep 18 2018 *)
Comments