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

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

%S 71,197,449,701,827,953,1583,1709,2087,2213,2339,2591,2843,2969,3221,

%T 3347,3851,4229,4481,4733,5237,5741,5867,7001,7127,7253,7757,7883,

%U 8009,8387,8513,9521,10151,10529,10781,11159,11411,11789,12041,12671,12923,13049

%N Primes congruent to 8 mod 63.

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

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

%o (Magma) [p: p in PrimesUpTo(14000) | p mod 63 eq 8 ] ; // _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 15 20:47 EDT 2024. Contains 371696 sequences. (Running on oeis4.)