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

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

%S 2,3,7,11,17,23,29,31,37,43,53,59,67,71,73,79,101,107,109,113,127,137,

%T 149,151,157,163,179,191,193,197,199,211,227,233,239,241,263,269,277,

%U 281,283,311,317,331,337,347,353

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

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

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

%o (Magma) [ p: p in PrimesUpTo(400) | p mod 7 in {0, 1, 2, 3, 4} ]; // _Vincenzo Librandi_, Aug 07 2012

%Y Cf. A000040.

%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 13:38 EDT 2024. Contains 371970 sequences. (Running on oeis4.)