Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #7 Sep 08 2022 08:45:37
%S 41,167,293,419,797,1049,1301,1427,1553,1931,2309,2687,2939,3191,3821,
%T 3947,4073,4451,4703,5081,5333,5711,6089,6719,6971,7349,7727,7853,
%U 8231,8609,8861,9239,9491,9743,10247,10499,11003,11633,12011,12263,12641,12893,13397
%N Primes congruent to 41 mod 63.
%H Vincenzo Librandi, <a href="/A142912/b142912.txt">Table of n, a(n) for n = 1..1000</a>
%t Select[Prime[Range[2000]], MemberQ[{41}, Mod[#, 63]] &] (* _Vincenzo Librandi_, Sep 06 2012 *)
%o (Magma) [p: p in PrimesUpTo(14000) | p mod 63 eq 41 ] ; // _Vincenzo Librandi_, Sep 06 2012
%Y Cf. A000040.
%K nonn,easy
%O 1,1
%A _N. J. A. Sloane_, Jul 11 2008