|
|
A201260
|
|
Primes of the form n^3 + 5.
|
|
1
|
|
|
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
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
Old name was "Primes of the form 8*n^3 + 5".
|
|
LINKS
|
Vincenzo Librandi, Table of n, a(n) for n = 1..5000
|
|
MATHEMATICA
|
Select[Table[n^3 + 5, {n, 0, 298}], PrimeQ]
|
|
PROG
|
(MAGMA) [a: n in [0..300] | IsPrime(a) where a is 8*n^3+5]
|
|
CROSSREFS
|
Sequence in context: A247789 A012032 A121228 * A012173 A009143 A240765
Adjacent sequences: A201257 A201258 A201259 * A201261 A201262 A201263
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Vincenzo Librandi, Nov 29 2011
|
|
EXTENSIONS
|
Name simplified by Alex Ratushnyak, Apr 06 2013
|
|
STATUS
|
approved
|
|
|
|