login
Primes congruent to {2, 3, 5} mod 11.
1

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

%S 2,3,5,13,47,71,79,101,113,137,157,167,179,181,211,223,233,269,277,

%T 311,313,379,401,409,421,431,443,467,487,509,541,563,577,599,607,619,

%U 641,643,673,709,739,751,761,773,797,827,839,863,883,907,929,937,971

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

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

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

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

%Y Cf. A000040, A045314.

%K nonn

%O 1,1

%A _Vincenzo Librandi_, Aug 04 2012