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

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

%S 439,557,911,1619,1973,2917,3271,3389,4451,5749,5867,6221,7283,7873,

%T 8581,8699,9643,11059,11177,12239,12829,13183,13537,14009,14717,15307,

%U 15661,16369,16487,17077,17431,17903,18257,18493,19319,21089,22741,22859,23567

%N Primes congruent to 26 mod 59.

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

%t Select[Prime[Range[3000]],Mod[#,59]==26&] (* _Harvey P. Dale_, Nov 17 2011 *)

%t Select[Prime[Range[2700]], MemberQ[{26}, Mod[#, 59]] &] (* _Vincenzo Librandi_, Sep 03 2012 *)

%o (Magma) [p: p in PrimesUpTo(24000) | p mod 59 eq 26 ]; // _Vincenzo Librandi_, Sep 03 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 12 06:47 EDT 2024. Contains 372432 sequences. (Running on oeis4.)