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 A215355 #5 Sep 08 2022 08:46:03 %S A215355 2,3,5,13,17,29,31,41,43,67,83,107,109,173,197,199,211,223,239,251, %T A215355 263,277,317,353,367,379,419,421,431,433,457,499,509,523,563,577,587, %U A215355 601,613,641,653,691,719,733,743,757,769,797,809,811,821,823,863,887 %N A215355 Primes congruent to {0, 2, 3, 4, 5} mod 13. %H A215355 Vincenzo Librandi, <a href="/A215355/b215355.txt">Table of n, a(n) for n = 1..1000</a> %t A215355 Select[Prime[Range[400]],MemberQ[{0,2,3,4,5},Mod[#,13]]&] %o A215355 (Magma) [p: p in PrimesUpTo(1000) | p mod 13 in [0, 2, 3, 4, 5]]; %Y A215355 Cf. A000040, A042989. %K A215355 nonn,easy %O A215355 1,1 %A A215355 _Vincenzo Librandi_, Aug 09 2012