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

%I #13 Jun 26 2022 23:16:29

%S 2,3,5,11,17,19,23,29,31,37,43,47,53,59,61,67,71,73,79,89,101,103,107,

%T 109,113,127,131,137,149,151,157,163,173,179,191,193,197,199,211,227,

%U 229,233,239,241,257,263,269

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

%H Harvey P. Dale, <a href="/A044042/b044042.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Prime[Range[100]],MemberQ[Range[5],Mod[#,7]]&] (* _Harvey P. Dale_, Sep 18 2011 *)

%o (Magma) [p: p in PrimesUpTo(500) | p mod 7 in [1, 2, 3, 4, 5]]; // _Vincenzo Librandi_, Aug 08 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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)