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!)
A142766 Primes congruent to 39 mod 59. 1

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

%S 157,983,2281,2399,2753,3343,3461,3697,4051,4523,4759,4877,5113,5231,

%T 5821,5939,6529,6883,7001,7237,7591,9007,9479,9833,10069,11131,11839,

%U 12547,13963,14081,15497,15733,16087,18211,18329,18919,19037,19273,19391,20807,21397

%N Primes congruent to 39 mod 59.

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

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

%t Select[Range[39,22000,59],PrimeQ] (* _Harvey P. Dale_, Sep 29 2013 *)

%o (Magma) [p: p in PrimesUpTo(22000) | p mod 59 eq 39 ]; // _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 August 15 09:07 EDT 2024. Contains 375173 sequences. (Running on oeis4.)