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

A201708
Primes of the form 9n^2 + 10.
1
19, 739, 1531, 3259, 6571, 9811, 15139, 16651, 19891, 29251, 35731, 42859, 56179, 62011, 84691, 110899, 131779, 154459, 178939, 199819, 281971, 294859, 349291, 363619, 370891, 431659, 447571, 488611, 549091, 603739, 613099, 804619
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[9n^2+10, {n, 0, 2000}], PrimeQ]
PROG
(Magma) [a: n in [0..300] | IsPrime(a) where a is 9*n^2+10];
CROSSREFS
Sequence in context: A041687 A041684 A157165 * A280625 A183441 A067621
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 04 2011
STATUS
approved