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

%I #10 Sep 08 2022 08:44:56

%S 11,13,29,41,43,53,67,71,83,97,109,113,127,137,139,151,167,179,181,

%T 193,197,211,223,239,251,263,277,281,293,307,337,347,349,379,389,419,

%U 421,431,433,449,461,463,487,491

%N Primes congruent to {1, 4, 6} mod 7.

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

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

%o (Magma) [ p: p in PrimesUpTo(700) | p mod 7 in {1,4,6} ]; // _Vincenzo Librandi_, Aug 13 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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)