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

 


Primes congruent to 32 mod 63.
1

%I #9 Jan 01 2023 14:40:12

%S 347,599,977,1103,1229,1481,1607,1733,2111,2237,2741,3119,3371,3623,

%T 4001,4127,4253,5009,5261,5387,5639,6143,6269,6521,6899,7151,7529,

%U 7907,8537,8663,9041,9293,9419,9923,10301,10427,11057,11813,11939,12569,12821,13451

%N Primes congruent to 32 mod 63.

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

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

%t Select[Range[32,14000,63],PrimeQ] (* _Harvey P. Dale_, Jan 01 2023 *)

%o (Magma) [p: p in PrimesUpTo(14000) | p mod 63 eq 32 ] ; // _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 21 08:46 EDT 2024. Contains 376084 sequences. (Running on oeis4.)