login
Primes congruent to 41 mod 59.
1

%I #9 Sep 20 2024 16:24:40

%S 41,277,631,1103,1693,1811,3109,3463,3581,4289,4643,5233,5351,7121,

%T 7829,8419,8537,9127,11251,11369,11959,13729,14083,14437,15263,15971,

%U 16561,17033,17387,17623,17977,18803,19157,20101,20219,20809,21163,21517,21871,22343

%N Primes congruent to 41 mod 59.

%H Vincenzo Librandi, <a href="/A142768/b142768.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Prime[Range[2600]], MemberQ[{41}, Mod[#, 59]] &] (* _Vincenzo Librandi_, Sep 04 2012 *)

%t Select[Range[41,23000,59],PrimeQ] (* _Harvey P. Dale_, Sep 20 2024 *)

%o (Magma) [p: p in PrimesUpTo(23000) | p mod 59 eq 41 ]; // _Vincenzo Librandi_, Sep 04 2012

%Y Cf. A000040.

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_, Jul 11 2008