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 A215163 #5 Sep 08 2022 08:46:03 %S A215163 23,37,59,67,89,103,191,199,257,331,353,367,389,397,419,433,463,499, %T A215163 521,587,617,631,653,661,683,719,727,829,859,881,947,983,991,1013, %U A215163 1049,1093,1123,1181,1277,1291,1321,1409,1423,1453,1489,1511,1607,1621,1709,1753,1783,1871,1907 %N A215163 Primes congruent to {1, 4} mod 11. %H A215163 Vincenzo Librandi, <a href="/A215163/b215163.txt">Table of n, a(n) for n = 1..1000</a> %t A215163 Select[Prime[Range[2000]],MemberQ[{1,4},Mod[#,11]]&] %o A215163 (Magma) [ p: p in PrimesUpTo(2000) | p mod 11 in {1, 4} ]; %Y A215163 Cf. A000040, A045469. %K A215163 nonn,easy %O A215163 1,1 %A A215163 _Vincenzo Librandi_, Aug 06 2012