Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Primes congruent to 35 mod 59.
1

%I #9 Jan 16 2024 17:06:51

%S 271,389,743,1097,1451,2749,3221,3457,3929,4283,4519,4637,5227,5581,

%T 6053,6761,6997,7351,7823,8059,9239,9829,10301,10891,11717,11953,

%U 12071,13487,13723,13841,14431,14549,15139,15493,16319,16673,17027,17971,18089,18443

%N Primes congruent to 35 mod 59.

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

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

%t Select[Range[35,20000,59],PrimeQ] (* _Harvey P. Dale_, Jan 16 2024 *)

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

%Y Cf. A000040.

%K nonn,easy

%O 1,1

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