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

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

%S 2,3,13,47,79,101,113,157,167,179,211,223,233,277,311,409,421,431,443,

%T 487,509,541,563,607,619,641,673,739,751,761,773,827,839,883,937,971,

%U 1069,1091,1103,1201,1213,1223,1279,1289,1301,1367,1399,1433,1487,1499

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

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

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

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

%Y Cf. A000040, A003631, A045343.

%K nonn

%O 1,1

%A _Vincenzo Librandi_, Aug 03 2012