A140854 Primes of the form 210k + 61.
61, 271, 691, 1321, 1531, 1741, 1951, 2161, 2371, 2791, 3001, 3631, 4051, 4261, 5101, 5521, 6151, 6361, 6571, 6781, 6991, 7411, 7621, 8461, 9091, 9511, 9721, 9931, 10141, 10771, 11821, 12241, 12451, 13291, 13711, 13921, 14341, 14551, 15391, 15601
Offset: 1
Keywords
Crossrefs
Cf. A073102.
Programs
-
Magma
[ a: n in [0..900] | IsPrime(a) where a is 210*n+61] // Vincenzo Librandi, Nov 24 2010
-
Mathematica
Select[61+210Range[0,150],PrimeQ] (* Ray Chandler, Apr 29 2010 *)
Extensions
Corrected and extended by several authors, Apr 29 2010