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.

A215370 Primes congruent to {0, 2, 3, 5, 6} mod 11.

This page as a plain text file.
%I A215370 #6 Sep 08 2022 08:46:03
%S A215370 2,3,5,11,13,17,47,61,71,79,83,101,113,127,137,149,157,167,179,181,
%T A215370 193,211,223,233,269,277,281,311,313,347,379,401,409,421,431,443,457,
%U A215370 467,479,487,509,523,541,563,577,599,607,619,641,643,673,677,709,739
%N A215370 Primes congruent to {0, 2, 3, 5, 6} mod 11.
%H A215370 Vincenzo Librandi, <a href="/A215370/b215370.txt">Table of n, a(n) for n = 1..1000</a>
%t A215370 Select[Prime[Range[400]],MemberQ[{0,2,3,5,6},Mod[#,11]]&]
%o A215370 (Magma) [p: p in PrimesUpTo(800) | p mod 11 in [0, 2, 3, 5, 6]];
%Y A215370 Cf. A000040, A042992, A045469.
%K A215370 nonn,easy
%O A215370 1,1
%A A215370 _Vincenzo Librandi_, Aug 09 2012