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

 


Primes congruent to 35 mod 61.
1

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

%S 157,401,523,1499,1621,1987,2719,2963,3329,4549,4793,5281,5647,6257,

%T 6379,7477,8087,8209,8819,8941,9551,10039,10771,11503,12113,12479,

%U 12601,12967,13577,14431,14797,15773,16139,16871,16993,17359,18457,18701,19433,20287

%N Primes congruent to 35 mod 61.

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

%t Select[Prime[Range[3000]],Mod[#,61]==35&] (* _Harvey P. Dale_, Feb 27 2011 *)

%t Select[Prime[Range[2600]], MemberQ[{35}, Mod[#, 61]] &] (* _Vincenzo Librandi_, Sep 05 2012 *)

%o (Magma) [p: p in PrimesUpTo(21000) | p mod 61 eq 35 ] ; // _Vincenzo Librandi_, Sep 05 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 | 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 September 22 05:15 EDT 2024. Contains 376097 sequences. (Running on oeis4.)