login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A201858
Primes of the form 8n^2 - 7.
1
193, 281, 641, 4993, 7193, 7681, 9241, 12161, 13441, 16193, 16921, 19993, 23321, 28793, 29761, 34841, 43801, 49921, 51193, 57793, 63361, 64793, 73721, 78401, 98561, 107641, 123001, 133121, 135193, 168193, 177601, 192193, 194681
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[8n^2-7, {n, 1, 300}], PrimeQ]
PROG
(Magma) [a: n in [1..400] | IsPrime(a) where a is 8*n^2-7];
CROSSREFS
Sequence in context: A060333 A020352 A146338 * A146360 A050964 A015988
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 06 2011
STATUS
approved