A140843 Primes of the form 210k + 19.
19, 229, 439, 859, 1069, 1279, 1489, 1699, 2539, 2749, 3169, 4219, 4639, 5059, 5479, 5689, 6529, 6949, 7159, 7369, 7789, 8209, 8419, 8629, 8839, 9049, 9679, 10099, 10729, 10939, 11149, 11779, 12409, 12619, 12829, 13249, 13669, 13879, 14929
Offset: 1
Keywords
Crossrefs
Cf. A073102.
Programs
-
Magma
[ a: n in [0..900] | IsPrime(a) where a is 210*n+19] // Vincenzo Librandi, Nov 24 2010
-
Mathematica
Select[19+210Range[0,150],PrimeQ] (* Ray Chandler, Apr 29 2010 *)
Extensions
Extended by several authors, Apr 29 2010