A256840 Primes of form n^2 + 20736.
20857, 21577, 21961, 23761, 27961, 28657, 29017, 29761, 30937, 33961, 34897, 37897, 41761, 42937, 49297, 51361, 60337, 62761, 65257, 80761, 83737, 93097, 107761, 111337, 113761, 122497, 132961, 142537, 151057, 164377, 173617, 181537, 188017, 192961, 218761
Offset: 1
Keywords
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 1..10000
- J. Gebel, Integer points on Mordell curves [Cached copy, after the original web site tnt.math.se.tmu.ac.jp was shut down in 2017]
Crossrefs
Programs
-
Haskell
a256840 n = a256840_list !! (n-1) a256840_list = [x | x <- map (+ 20736) a000290_list, a010051' x == 1]
Comments