Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #15 Sep 08 2022 08:45:35
%S 41,251,461,881,1091,1301,1511,1721,1931,2141,2351,3191,3821,4241,
%T 4451,4871,5081,5501,5711,6131,6551,6761,6971,8231,8861,9281,9491,
%U 10331,11171,11801,12011,12641,13691,13901,14321,14741,14951,15161,15581
%N Primes of the form 210k + 41.
%H Michael De Vlieger, <a href="/A140848/b140848.txt">Table of n, a(n) for n = 1..10000</a>
%t Select[41+210Range[0,150],PrimeQ] (* _Ray Chandler_, Apr 29 2010 *)
%o (Magma) [ a: n in [0..900] | IsPrime(a) where a is 210*n+41] // _Vincenzo Librandi_, Nov 24 2010
%Y Cf. A073102.
%K nonn
%O 1,1
%A _Juri-Stepan Gerasimov_, Jul 04 2008
%E More terms from _Vincenzo Librandi_, Apr 28 2010