|
|
A201174
|
|
Primes of the form 5n^3+4.
|
|
1
|
|
|
139, 6659, 16879, 46309, 98419, 121949, 179689, 519119, 744389, 1026899, 1373129, 1642549, 1789559, 5788129, 8425799, 9765629, 12301879, 15882619, 20098399, 22460629, 25001059, 30642439, 34839359, 38226869, 41827139, 49691879, 61631959
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
|
|
MATHEMATICA
|
Select[Table[5n^3+4, {n, 0, 6000}], PrimeQ]
|
|
PROG
|
(Magma) [a: n in [0..400] | IsPrime(a) where a is 5*n^3+4]
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|