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

%I #14 Jun 26 2022 23:11:01

%S 2,5,7,13,19,23,37,41,47,61,79,83,89,97,103,107,131,139,149,163,167,

%T 173,181,191,223,229,233,251,257,271,293,307,313,317,331,349,359,373,

%U 383,397,401,419,433,439,443,457

%N Primes congruent to {0, 2, 5, 6} mod 7.

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

%t Select[Prime[Range[100]],MemberQ[{0,2,5,6},Mod[#,7]]&] (* _Harvey P. Dale_, Apr 14 2012 *)

%o (Magma) [ p: p in PrimesUpTo(1000) | p mod 7 in {0, 2, 5, 6} ]; // _Vincenzo Librandi_, Aug 07 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 25 09:49 EDT 2024. Contains 371967 sequences. (Running on oeis4.)