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”).

A201848
Primes of the form 7n^2 - 2.
1
5, 61, 173, 1181, 3701, 4373, 5101, 7621, 8573, 12941, 14173, 15461, 19661, 22741, 29573, 39373, 48221, 52981, 80141, 89381, 112901, 123821, 131381, 143141, 163861, 172541, 190573, 214373, 219301, 244781, 288461, 299941, 354373
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[7n^2-2, {n, 1, 1000}], PrimeQ]
PROG
(Magma) [a: n in [1..400] | IsPrime(a) where a is 7*n^2-2];
CROSSREFS
Sequence in context: A321616 A182352 A142643 * A087871 A242194 A046976
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 06 2011
STATUS
approved