A140842 Primes of the form 210k + 17.
17, 227, 647, 857, 1277, 1487, 1697, 1907, 2957, 3167, 3797, 4007, 4217, 4637, 5477, 5897, 6317, 6737, 6947, 7577, 8627, 8837, 9257, 9467, 9677, 9887, 10937, 11777, 11987, 12197, 13037, 13457, 13877, 14087, 14717, 15137, 15767, 16187, 16607
Offset: 1
Keywords
Programs
-
Magma
[ a: n in [0..900] | IsPrime(a) where a is 210*n+17] // Vincenzo Librandi, Nov 24 2010
-
Mathematica
Select[17 + 210 Range[0, 100], PrimeQ] (* T. D. Noe, Apr 27 2010 *)
Extensions
Extended by several contributors, Apr 29 2010