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

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

%S 571,1279,1987,2341,2459,3049,3167,4111,4229,4583,4937,5527,5881,6353,

%T 7297,8123,8713,8831,9067,9421,9539,10247,10601,10837,12253,13669,

%U 14731,15439,16619,17209,17327,17681,18743,18979,19333,19687,20749,21221,21929,22283

%N Primes congruent to 40 mod 59.

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

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

%t Select[Range[40,25000,59],PrimeQ] (* _Harvey P. Dale_, Feb 17 2015 *)

%o (Magma) [p: p in PrimesUpTo(23000) | p mod 59 eq 40 ]; // _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 April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)