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.

A215279 Primes congruent to {2, 3, 4} mod 11.

This page as a plain text file.
%I A215279 #7 Sep 08 2022 08:46:03
%S A215279 2,3,13,37,47,59,79,101,103,113,157,167,179,191,211,223,233,257,277,
%T A215279 311,367,389,409,421,431,433,443,487,499,509,521,541,563,587,607,619,
%U A215279 631,641,653,673,719,739,751,761,773,827,829,839,883,937,971,983
%N A215279 Primes congruent to {2, 3, 4} mod 11.
%H A215279 Vincenzo Librandi, <a href="/A215279/b215279.txt">Table of n, a(n) for n = 1..1000</a>
%t A215279 Select[Prime[Range[200]], MemberQ[{2, 3, 4}, Mod[#, 11]] &]
%o A215279 (Magma) [p: p in PrimesUpTo(1000) | p mod 11 in [2..4]];
%Y A215279 Cf. A000040, A045327, A045338.
%K A215279 nonn,easy
%O A215279 1,1
%A A215279 _Vincenzo Librandi_, Aug 08 2012