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

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

%S 2,5,7,13,29,71,73,79,101,137,139,167,181,211,227,233,269,271,277,293,

%T 313,337,359,379,401,409,431,467,491,541,557,563,577,599,601,607,643,

%U 673,709,733,739,761,797,821,827,863,887,907,929,937,953,997,1019,1039

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

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

%t Select[Prime[Range[800]],MemberQ[{2, 5, 7},Mod[#,11]]&]

%o (Magma) [ p: p in PrimesUpTo(2000) | p mod 11 in {2, 5, 7} ];

%Y Cf. A000040, A045355, A045357.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Aug 07 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 24 05:40 EDT 2024. Contains 371918 sequences. (Running on oeis4.)