login
A140849
Primes of the form 210k + 43.
0
43, 463, 673, 883, 1093, 1303, 1723, 1933, 2143, 3613, 3823, 4243, 4663, 5503, 5923, 6133, 6343, 6553, 6763, 7393, 7603, 8233, 8443, 8863, 9283, 10333, 10753, 11173, 11383, 11593, 12433, 12853, 13063, 13693, 13903, 14323, 14533, 15373, 15583
OFFSET
1,1
MATHEMATICA
Select[43+210Range[0, 150], PrimeQ] (* Ray Chandler, Apr 29 2010 *)
PROG
(Magma) [ a: n in [0..900] | IsPrime(a) where a is 210*n+43] // Vincenzo Librandi, Nov 24 2010
CROSSREFS
Cf. A073102.
Sequence in context: A239268 A247966 A248206 * A188133 A194784 A184153
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended by Ray Chandler, Apr 29 2010
More terms from Vincenzo Librandi, Apr 28 2010
STATUS
approved