A140847 Primes of the form 210k + 37.
37, 457, 877, 1087, 1297, 2137, 2347, 2557, 2767, 3187, 3607, 4027, 4447, 4657, 5077, 6337, 6547, 6967, 7177, 8017, 8647, 9067, 9277, 9697, 9907, 10957, 11587, 12007, 12637, 13267, 13477, 13687, 14107, 14737, 14947, 15787, 16417, 17047, 17257
Offset: 1
Keywords
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A073102.
Programs
-
Magma
[ a: n in [0..90] | IsPrime(a) where a is 210*n+37 ]; // Vincenzo Librandi, Nov 24 2010
-
Mathematica
Select[37+210Range[0,150],PrimeQ] (* Ray Chandler, Apr 29 2010 *)
Extensions
Extended by Ray Chandler, Apr 29 2010
More terms from Vincenzo Librandi, Apr 28 2010