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

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

%S 2,3,5,13,17,23,47,61,67,71,79,83,89,101,113,127,137,149,157,167,179,

%T 181,193,199,211,223,233,269,277,281,311,313,331,347,353,379,397,401,

%U 409,419,421,431,443,457,463,467,479,487,509,523,541,563,577,599

%N Primes congruent to {1, 2, 3, 5, 6} mod 11.

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

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

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

%Y Cf. A000040, A045311.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Aug 08 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 August 30 19:17 EDT 2024. Contains 375545 sequences. (Running on oeis4.)