A140852 Primes of the form 210k + 59.
59, 269, 479, 1109, 1319, 1949, 2579, 2789, 2999, 3209, 4049, 4259, 4679, 4889, 5099, 5309, 5519, 5939, 6359, 6569, 6779, 7829, 8039, 8669, 9719, 9929, 10139, 10559, 10979, 11399, 12239, 12659, 13499, 13709, 14549, 14759, 14969, 15809, 16229
Offset: 1
Keywords
Crossrefs
Cf. A073102.
Programs
-
Magma
[ a: n in [0..900] | IsPrime(a) where a is 210*n+59] // Vincenzo Librandi, Nov 24 2010
-
Mathematica
Select[59+210Range[0,150],PrimeQ] (* Ray Chandler, Apr 29 2010 *)
Extensions
Extended by several contributors, Apr 29 2010