cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A090187 Primes of the form 11*n+2.

This page as a plain text file.
%I A090187 #13 Sep 08 2022 08:45:12
%S A090187 2,13,79,101,167,211,233,277,409,431,541,563,607,673,739,761,827,937,
%T A090187 1069,1091,1201,1223,1289,1399,1487,1531,1553,1597,1619,1663,1861,
%U A090187 1949,1993,2081,2213,2389,2411,2477,2521,2543,2609,2719,2741,2851,2917,2939,3049
%N A090187 Primes of the form 11*n+2.
%C A090187 Primes congruent to 2 mod 11. - _Vincenzo Librandi_, Aug 06 2012
%H A090187 Vincenzo Librandi, <a href="/A090187/b090187.txt">Table of n, a(n) for n = 1..1000</a>
%t A090187 Select[Range[2,10000,11],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 18 2011 *)
%o A090187 (Magma) [p: p in PrimesUpTo(3000) | p mod 11 eq 2]; // _Vincenzo Librandi_, Aug 06 2012
%Y A090187 Cf. A141849.
%K A090187 nonn,easy
%O A090187 1,1
%A A090187 _Giovanni Teofilatto_, Feb 04 2004