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

 


Primes congruent to 37 mod 63.
1

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

%S 37,163,541,919,1171,1297,1423,1549,1801,2053,2179,2557,2683,3061,

%T 3187,3313,3691,3943,4447,4951,5077,5581,6211,6337,6841,6967,7219,

%U 7723,8101,8353,8731,9109,9613,9739,10243,10369,11251,11503,12007,12511,12637,12763

%N Primes congruent to 37 mod 63.

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

%t Select[Range[37,13000,63],PrimeQ] (* _Harvey P. Dale_, Jun 03 2012 *)

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

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