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.

A215275 Primes congruent to {2, 4, 5, 6} mod 11.

This page as a plain text file.
%I A215275 #7 Sep 08 2022 08:46:03
%S A215275 2,5,13,17,37,59,61,71,79,83,101,103,127,137,149,167,181,191,193,211,
%T A215275 233,257,269,277,281,313,347,367,379,389,401,409,431,433,457,467,479,
%U A215275 499,521,523,541,563,577,587,599,607,631,643,653,673,677,709,719,739
%N A215275 Primes congruent to {2, 4, 5, 6} mod 11.
%H A215275 Vincenzo Librandi, <a href="/A215275/b215275.txt">Table of n, a(n) for n = 1..1000</a>
%t A215275 Select[Prime[Range[300]],MemberQ[{2,4,5,6},Mod[#,11]]&]
%o A215275 (Magma) [ p: p in PrimesUpTo(1000) | p mod 11 in {2, 4, 5, 6} ];
%Y A215275 Cf. A000040, A045361.
%K A215275 nonn,easy
%O A215275 1,1
%A A215275 _Vincenzo Librandi_, Aug 07 2012