|
|
A201183
|
|
Primes of the form 7n^3+2.
|
|
1
|
|
|
2, 191, 877, 9319, 23627, 251561, 928559, 1042141, 2505379, 4609523, 5630501, 6001627, 11211293, 15736639, 17999473, 19622549, 20469451, 29212969, 31444877, 38816633, 42899411, 69568627, 79734377, 86284739, 93184373, 102942877
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
|
|
MATHEMATICA
|
Select[Table[7n^3+2, {n, 0, 6000}], PrimeQ]
|
|
PROG
|
(Magma) [a: n in [0..400] | IsPrime(a) where a is 7*n^3+2]
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|