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

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

%S 2,7,13,29,73,79,101,139,167,211,227,233,271,277,293,337,359,409,431,

%T 491,541,557,563,601,607,673,733,739,761,821,827,887,937,953,997,1019,

%U 1063,1069,1091,1129,1151,1201,1217,1223,1283,1289,1327,1399,1459,1481

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

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

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

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

%Y Cf. A000040, A003627.

%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 September 9 20:10 EDT 2024. Contains 375765 sequences. (Running on oeis4.)