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

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

%S 2,13,23,67,79,89,101,167,199,211,233,277,331,353,397,409,419,431,463,

%T 541,563,607,617,661,673,683,727,739,761,827,859,881,937,947,991,1013,

%U 1069,1091,1123,1201,1223,1277,1289,1321,1399,1409,1453,1487

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

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

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

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

%Y Cf. A000040, A045344, A045372, A045391.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Aug 10 2012