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.

A215322 Primes congruent to {1, 2, 3, 4, 6} mod 11.

This page as a plain text file.
%I A215322 #5 Sep 08 2022 08:46:03
%S A215322 2,3,13,17,23,37,47,59,61,67,79,83,89,101,103,113,127,149,157,167,179,
%T A215322 191,193,199,211,223,233,257,277,281,311,331,347,353,367,389,397,409,
%U A215322 419,421,431,433,443,457,463,479,487,499,509,521,523,541,563,587
%N A215322 Primes congruent to {1, 2, 3, 4, 6} mod 11.
%H A215322 Vincenzo Librandi, <a href="/A215322/b215322.txt">Table of n, a(n) for n = 1..1000</a>
%t A215322 Select[Prime[Range[400]],MemberQ[{1,2,3,4,6},Mod[#,11]]&]
%o A215322 (Magma) [p: p in PrimesUpTo(600) | p mod 11 in [1, 2, 3, 4, 6]];
%Y A215322 Cf. A000040, A045320, A045334.
%K A215322 nonn,easy
%O A215322 1,1
%A A215322 _Vincenzo Librandi_, Aug 08 2012