A256838 Primes of form n^2 + 10000.
10009, 10169, 10289, 10529, 10729, 11369, 11681, 12401, 12601, 12809, 13249, 13721, 14489, 15329, 16561, 16889, 17569, 17921, 19801, 20201, 21881, 22769, 23689, 26641, 27689, 29881, 30449, 32801, 33409, 34649, 35281, 37889, 38561, 39241, 39929, 48809, 53681
Offset: 1
Keywords
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Haskell
a256838 n = a256838_list !! (n-1) a256838_list = [x | x <- map (+ 10000) a000290_list, a010051' x == 1]
Comments