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!)
A142890 Primes congruent to 2 mod 63. 2

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

%S 2,191,317,443,569,821,947,1451,2081,2207,2333,2459,2711,2837,2963,

%T 3089,3467,3593,3719,4349,5231,5483,5861,5987,6113,6491,6869,7121,

%U 7247,7499,7877,9011,9137,9767,10271,11027,11279,11657,11783,11909,12161,12413,12539

%N Primes congruent to 2 mod 63.

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

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

%o (Magma) [p: p in PrimesUpTo(13000) | p mod 63 eq 2 ] ; // _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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)