OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[37+210Range[0, 150], PrimeQ] (* Ray Chandler, Apr 29 2010 *)
PROG
(Magma) [ a: n in [0..90] | IsPrime(a) where a is 210*n+37 ]; // Vincenzo Librandi, Nov 24 2010
CROSSREFS
KEYWORD
nonn
AUTHOR
Juri-Stepan Gerasimov, Jul 04 2008
EXTENSIONS
Extended by Ray Chandler, Apr 29 2010
More terms from Vincenzo Librandi, Apr 28 2010
STATUS
approved