A201260 Primes of the form k^3 + 5.
5, 13, 1733, 2749, 13829, 17581, 54877, 74093, 110597, 175621, 287501, 474557, 636061, 778693, 1124869, 1560901, 2000381, 2628077, 3112141, 4410949, 6434861, 7077893, 7301389, 7762397, 11239429, 14172493, 18399749, 21024581, 25934341
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..5000
Crossrefs
Cf. A084381.
Programs
-
Magma
[a: k in [0..300] | IsPrime(a) where a is 8*k^3+5];
-
Mathematica
Select[Table[n^3 + 5, {n, 0, 298}], PrimeQ]
Extensions
Name simplified by Alex Ratushnyak, Apr 06 2013
Comments