|
|
A201258
|
|
Primes of the form 7n^3+10.
|
|
1
|
|
|
17, 199, 2411, 5113, 48023, 137791, 354581, 556559, 823553, 1588877, 4609531, 5275007, 14338691, 15026833, 18799343, 19622557, 27089261, 33787673, 55164203, 56844217, 71528201, 73524223, 84062933, 86284747, 93184381, 100442359
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
|
|
MATHEMATICA
|
Select[Table[7n^3+10, {n, 0, 7000}], PrimeQ]
|
|
PROG
|
(Magma) [a: n in [0..500] | IsPrime(a) where a is 7*n^3+10]
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|