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.

A215167 Primes congruent to {2, 5} mod 11.

This page as a plain text file.
%I A215167 #5 Sep 08 2022 08:46:03
%S A215167 2,5,13,71,79,101,137,167,181,211,233,269,277,313,379,401,409,431,467,
%T A215167 541,563,577,599,607,643,673,709,739,761,797,827,863,907,929,937,1039,
%U A215167 1061,1069,1091,1171,1193,1201,1223,1237,1259,1289,1303,1399,1487
%N A215167 Primes congruent to {2, 5} mod 11.
%H A215167 Vincenzo Librandi, <a href="/A215167/b215167.txt">Table of n, a(n) for n = 1..1000</a>
%t A215167 Select[Prime[Range[1500]],MemberQ[{2,5},Mod[#,11]]&]
%o A215167 (Magma) [ p: p in PrimesUpTo(1500) | p mod 11 in {2, 5} ];
%Y A215167 Cf. A000040, A045368.
%K A215167 nonn,easy
%O A215167 1,1
%A A215167 _Vincenzo Librandi_, Aug 06 2012