login
Primes of the form 11*n+2.
6

%I #13 Sep 08 2022 08:45:12

%S 2,13,79,101,167,211,233,277,409,431,541,563,607,673,739,761,827,937,

%T 1069,1091,1201,1223,1289,1399,1487,1531,1553,1597,1619,1663,1861,

%U 1949,1993,2081,2213,2389,2411,2477,2521,2543,2609,2719,2741,2851,2917,2939,3049

%N Primes of the form 11*n+2.

%C Primes congruent to 2 mod 11. - _Vincenzo Librandi_, Aug 06 2012

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

%t Select[Range[2,10000,11],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 18 2011 *)

%o (Magma) [p: p in PrimesUpTo(3000) | p mod 11 eq 2]; // _Vincenzo Librandi_, Aug 06 2012

%Y Cf. A141849.

%K nonn,easy

%O 1,1

%A _Giovanni Teofilatto_, Feb 04 2004