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

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

%S 43,421,547,673,1051,1303,1429,1933,2311,2437,2689,3067,3319,3571,

%T 3697,3823,4201,4327,4831,4957,5209,5839,6091,6217,6343,6469,7351,

%U 7477,7603,8233,8737,8863,9241,9619,9871,10501,10627,10753,11131,11257,11383,11887

%N Primes congruent to 43 mod 63.

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

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

%t Select[Range[43,12000,63],PrimeQ] (* _Harvey P. Dale_, Mar 11 2015 *)

%o (Magma) [p: p in PrimesUpTo(12000) | p mod 63 eq 43 ] ; // _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 September 6 10:51 EDT 2024. Contains 375712 sequences. (Running on oeis4.)