A140845 Primes of the form 210k + 29.
29, 239, 449, 659, 1289, 1499, 1709, 2129, 2339, 2549, 2969, 3389, 4019, 4229, 4649, 5279, 6329, 6959, 7589, 8009, 8219, 8429, 8849, 9059, 9479, 9689, 10529, 10739, 10949, 11159, 11369, 11579, 11789, 13049, 13259, 13469, 13679, 14519, 14939
Offset: 1
Keywords
Crossrefs
Cf. A073102.
Programs
-
Magma
[ a: n in [0..900] | IsPrime(a) where a is 210*n+29] // Vincenzo Librandi, Nov 24 2010
-
Mathematica
Select[29+210Range[0,150],PrimeQ] (* Ray Chandler *)
Extensions
Extended by several authors, Apr 29 2010