A090187 Primes of the form 11*n+2.
2, 13, 79, 101, 167, 211, 233, 277, 409, 431, 541, 563, 607, 673, 739, 761, 827, 937, 1069, 1091, 1201, 1223, 1289, 1399, 1487, 1531, 1553, 1597, 1619, 1663, 1861, 1949, 1993, 2081, 2213, 2389, 2411, 2477, 2521, 2543, 2609, 2719, 2741, 2851, 2917, 2939, 3049
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A141849.
Programs
-
Magma
[p: p in PrimesUpTo(3000) | p mod 11 eq 2]; // Vincenzo Librandi, Aug 06 2012
-
Mathematica
Select[Range[2,10000,11],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, May 18 2011 *)
Comments