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

%I #5 Sep 08 2022 08:46:03

%S 2,5,11,13,17,37,59,61,71,79,83,101,103,127,137,149,167,181,191,193,

%T 211,233,257,269,277,281,313,347,367,379,389,401,409,431,433,457,467,

%U 479,499,521,523,541,563,577,587,599,607,631,643,653,673,677,709,719,739

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

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

%t Select[Prime[Range[300]],MemberQ[{0,2,4,5,6},Mod[#,11]]&]

%o (Magma) [p: p in PrimesUpTo(1000) | p mod 11 in [0, 2, 4, 5, 6]];

%Y Cf. A000040, A045347.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Aug 10 2012

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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)