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 A215356 #5 Sep 08 2022 08:46:03 %S A215356 2,3,5,17,19,37,53,71,73,89,107,139,157,173,191,223,241,257,277,293, %T A215356 311,359,379,461,463,479,547,563,599,617,631,683,701,719,733,751,769, %U A215356 787,821,853,887,937,971,991,1039,1091,1093,1109,1193 %N A215356 Primes congruent to {0, 2, 3, 4, 5} mod 17. %H A215356 Vincenzo Librandi, <a href="/A215356/b215356.txt">Table of n, a(n) for n = 1..1000</a> %t A215356 Select[Prime[Range[400]],MemberQ[{0,2,3,4,5},Mod[#,17]]&] %o A215356 (Magma) [p: p in PrimesUpTo(1200) | p mod 17 in [0, 2, 3, 4, 5]]; %Y A215356 Cf. A000040, A042989. %K A215356 nonn,easy %O A215356 1,1 %A A215356 _Vincenzo Librandi_, Aug 09 2012