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

%I #13 Jun 26 2022 23:52:48

%S 2,3,11,13,17,23,29,31,37,41,43,53,59,67,71,73,79,83,97,101,107,109,

%T 113,127,137,139,149,151,157,163,167,179,181,191,193,197,199,211,223,

%U 227,233,239,241,251,263,269,277

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

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

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

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

%Y Cf. A000040, A045320.

%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 25 09:12 EDT 2024. Contains 371966 sequences. (Running on oeis4.)