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.

A215102 Primes congruent to {2, 3, 5} mod 11.

This page as a plain text file.
%I A215102 #7 Sep 08 2022 08:46:03
%S A215102 2,3,5,13,47,71,79,101,113,137,157,167,179,181,211,223,233,269,277,
%T A215102 311,313,379,401,409,421,431,443,467,487,509,541,563,577,599,607,619,
%U A215102 641,643,673,709,739,751,761,773,797,827,839,863,883,907,929,937,971
%N A215102 Primes congruent to {2, 3, 5} mod 11.
%H A215102 Vincenzo Librandi, <a href="/A215102/b215102.txt">Table of n, a(n) for n = 1..1000</a>
%t A215102 Select[Prime[Range[1000]],MemberQ[{2,3, 5},Mod[#,11]]&]
%o A215102 (Magma) [p: p in PrimesUpTo(1500) | p mod 11 in [2, 3, 5]];
%Y A215102 Cf. A000040, A045314.
%K A215102 nonn
%O A215102 1,1
%A A215102 _Vincenzo Librandi_, Aug 04 2012