|
|
A201612
|
|
Primes of the form 8n^2 + 5.
|
|
1
|
|
|
5, 13, 37, 293, 397, 653, 2053, 3533, 3877, 5413, 6277, 6733, 10957, 14797, 15493, 19213, 23333, 25997, 30757, 36997, 48677, 55117, 56453, 69197, 75277, 76837, 86533, 98573, 100357, 109517, 117133, 129037, 139397, 143653, 154573
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
|
|
MATHEMATICA
|
Select[Table[8n^2+5, {n, 0, 1000}], PrimeQ]
|
|
PROG
|
(Magma) [a: n in [0..300] | IsPrime(a) where a is 8*n^2+5];
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|