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!)
A045329 Primes congruent to {0, 2, 3, 6} (mod 7). 1

%I #10 Jun 26 2022 23:53:22

%S 2,3,7,13,17,23,31,37,41,59,73,79,83,97,101,107,139,149,157,163,167,

%T 181,191,199,223,227,233,241,251,269,283,293,307,311,317,331,349,353,

%U 359,367,373,401,409,419,433,443

%N Primes congruent to {0, 2, 3, 6} (mod 7).

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

%t Select[Prime[Range[200]],MemberQ[{0,2,3,6},Mod[#,7]]&] (* _Vincenzo Librandi_, Aug 08 2012 *)

%o (Magma) [p: p in PrimesUpTo(600) | p mod 7 in [0, 2, 3, 6]]; // _Vincenzo Librandi_, Aug 08 2012

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_

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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)