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

 


Primes congruent to 62 mod 63.
1

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

%S 251,503,881,1259,1511,1637,1889,2141,2267,2393,2897,3023,3527,3779,

%T 4157,4283,4409,4787,5039,5417,5669,6047,6173,6299,6551,6803,7307,

%U 7433,7559,7937,8693,8819,9323,10079,10331,10457,10709,11087,11213,11717,11969,12347

%N Primes congruent to 62 mod 63.

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

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

%t Select[Range[62,13000,63],PrimeQ] (* _Harvey P. Dale_, Jan 17 2014 *)

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