login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A142759 Primes congruent to 32 mod 59. 1

%I #10 Sep 08 2022 08:45:37

%S 563,1153,1861,1979,2333,2687,3041,3631,4339,4457,5519,6581,7643,7879,

%T 8233,8941,9059,9413,9649,9767,10357,10711,12953,14251,14369,14723,

%U 15077,15313,15667,16139,16493,16729,17791,17909,18617,19207,20269,21803,22039,22157

%N Primes congruent to 32 mod 59.

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

%t Select[Prime[Range[2500]],Mod[#,59]==32&] (* _Harvey P. Dale_, May 11 2011 *)

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

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

%Y Cf. A000040.

%K nonn,easy

%O 1,1

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 10 13:53 EDT 2024. Contains 372387 sequences. (Running on oeis4.)