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

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

%S 211,337,463,967,1093,1471,1597,1723,2731,2857,3109,3361,3613,3739,

%T 4243,4621,4999,5503,5881,6007,6133,6637,6763,7393,8527,8779,9157,

%U 9283,9661,9787,10039,11047,11173,11299,11551,11677,12433,13063,13441,13567,13693

%N Primes congruent to 22 mod 63.

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

%t Select[Range[22,14000,63],PrimeQ] (* _Harvey P. Dale_, Feb 29 2012 *)

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

%o (Magma) [p: p in PrimesUpTo(14000) | p mod 63 eq 22 ] ; // _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 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)