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.

A215378 Primes congruent to {0, 1, 2, 3} mod 11.

This page as a plain text file.
%I A215378 #6 Sep 08 2022 08:46:03
%S A215378 2,3,11,13,23,47,67,79,89,101,113,157,167,179,199,211,223,233,277,311,
%T A215378 331,353,397,409,419,421,431,443,463,487,509,541,563,607,617,619,641,
%U A215378 661,673,683,727,739,751,761,773,827,839,859,881,883,937,947,971
%N A215378 Primes congruent to {0, 1, 2, 3} mod 11.
%H A215378 Vincenzo Librandi, <a href="/A215378/b215378.txt">Table of n, a(n) for n = 1..1000</a>
%t A215378 Select[Prime[Range[300]],MemberQ[{0,1,2,3},Mod[#,11]]&]
%o A215378 (Magma) [p: p in PrimesUpTo(1000) | p mod 11 in [0, 1, 2, 3]];
%Y A215378 Cf. A000040, A042986, A045332.
%K A215378 nonn,easy
%O A215378 1,1
%A A215378 _Vincenzo Librandi_, Aug 09 2012