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 A215360 #5 Sep 08 2022 08:46:03 %S A215360 2,3,17,19,37,53,71,89,139,157,173,191,223,241,257,293,359,461,463, %T A215360 479,547,563,599,631,683,701,733,751,769,853,887,937,971,1039,1091, %U A215360 1109,1193,1277,1279,1381,1447,1481,1483,1499,1549,1567,1583,1601 %N A215360 Primes congruent to {0, 2, 3, 4} mod 17. %H A215360 Vincenzo Librandi, <a href="/A215360/b215360.txt">Table of n, a(n) for n = 1..1000</a> %t A215360 Select[Prime[Range[400]],MemberQ[{0,2,3,4},Mod[#,17]]&] %o A215360 (Magma) [p: p in PrimesUpTo(2000) | p mod 17 in [0, 2, 3, 4]]; %Y A215360 Cf. A000040, A042991, A045325. %K A215360 nonn,easy %O A215360 1,1 %A A215360 _Vincenzo Librandi_, Aug 09 2012