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!)
A142923 Primes congruent to 61 mod 63. 1

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

%S 61,313,439,691,1069,1321,1447,1699,1951,2203,2707,2833,3463,3967,

%T 4093,4219,4597,4723,5101,5227,5479,5857,6361,6991,7243,7369,7621,

%U 7873,8377,8629,9007,9133,9511,10141,10267,10771,11149,11527,11779,12157,12409,13291

%N Primes congruent to 61 mod 63.

%H Harvey P. Dale, <a href="/A142923/b142923.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Range[61,14000,63],PrimeQ] (* _Harvey P. Dale_, Aug 29 2012 *)

%t Select[Prime[Range[2000]], MemberQ[{61}, Mod[#, 63]] &] (* _Vincenzo Librandi_, Sep 06 2012 *)

%o (Magma) [p: p in PrimesUpTo(14000) | p mod 63 eq 61 ] ; // _Vincenzo Librandi_, Sep 06 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 24 11:21 EDT 2024. Contains 371936 sequences. (Running on oeis4.)