A140857 Primes of the form 210k + 73.
73, 283, 1123, 1543, 1753, 2383, 2593, 2803, 3433, 3643, 3853, 4273, 4483, 4903, 5113, 5323, 5743, 5953, 6163, 6373, 6793, 7213, 8053, 8263, 8893, 9103, 9733, 10993, 11833, 12043, 12253, 13093, 13513, 13723, 13933, 14143, 14563, 14983, 15193
Offset: 1
Keywords
Crossrefs
Cf. A073102.
Programs
-
Magma
[ a: n in [0..900] | IsPrime(a) where a is 210*n+73] // Vincenzo Librandi, Nov 24 2010
-
Mathematica
Select[73+210Range[0,150],PrimeQ] (* Ray Chandler, Apr 29 2010 *)
Extensions
Corrected and extended by several authors, Apr 29 2010