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.
%I A215374 #10 Sep 08 2022 08:46:03 %S A215374 2,3,11,13,47,79,101,113,157,167,179,211,223,233,277,311,409,421,431, %T A215374 443,487,509,541,563,607,619,641,673,739,751,761,773,827,839,883,937, %U A215374 971,1069,1091,1103,1201,1213,1223,1279,1289,1301,1367,1399,1433,1487 %N A215374 Primes congruent to {0, 2, 3} mod 11. %H A215374 Vincenzo Librandi, <a href="/A215374/b215374.txt">Table of n, a(n) for n = 1..1000</a> %t A215374 Select[Prime[Range[400]],MemberQ[{0,2,3},Mod[#,11]]&] %o A215374 (Magma) [p: p in PrimesUpTo(1500) | p mod 11 in [0, 2, 3]]; %Y A215374 Cf. A000040, A042993, A045333. %K A215374 nonn,easy %O A215374 1,1 %A A215374 _Vincenzo Librandi_, Aug 09 2012