A140848 Primes of the form 210k + 41.
41, 251, 461, 881, 1091, 1301, 1511, 1721, 1931, 2141, 2351, 3191, 3821, 4241, 4451, 4871, 5081, 5501, 5711, 6131, 6551, 6761, 6971, 8231, 8861, 9281, 9491, 10331, 11171, 11801, 12011, 12641, 13691, 13901, 14321, 14741, 14951, 15161, 15581
Offset: 1
Keywords
Links
- Michael De Vlieger, Table of n, a(n) for n = 1..10000
Crossrefs
Cf. A073102.
Programs
-
Magma
[ a: n in [0..900] | IsPrime(a) where a is 210*n+41] // Vincenzo Librandi, Nov 24 2010
-
Mathematica
Select[41+210Range[0,150],PrimeQ] (* Ray Chandler, Apr 29 2010 *)
Extensions
More terms from Vincenzo Librandi, Apr 28 2010