A256837 Primes of form n^2 + 6561.
6577, 6661, 6961, 7237, 7717, 8161, 8677, 9697, 10657, 12037, 16561, 17377, 18661, 21937, 24517, 25057, 26161, 33457, 35461, 37537, 56737, 57637, 69061, 74161, 77317, 81637, 84961, 106417, 108961, 124897, 129061, 143461, 146437, 147937, 150961, 155557
Offset: 1
Keywords
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Haskell
a256837 n = a256837_list !! (n-1) a256837_list = [x | x <- map (+ 6561) a000290_list, a010051' x == 1]
Comments