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

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

%S 5,131,257,383,509,761,887,1013,2273,2399,2777,2903,3407,3533,3659,

%T 3911,4289,4793,4919,5171,5297,5801,5927,6053,7187,7691,7817,8069,

%U 8447,8573,8699,8951,9203,9833,10211,10337,10463,10589,11093,11471,11597,12101,12227

%N Primes congruent to 5 mod 63.

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

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

%o (Magma) [p: p in PrimesUpTo(13000) | p mod 63 eq 5 ] ; // _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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)