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 A215170 #7 Sep 08 2022 08:46:03 %S A215170 2,5,43,59,97,157,173,211,233,271,347,401,439,461,499,613,727,743,857, %T A215170 971,1009,1031,1069,1123,1237,1259,1297,1373,1427,1487,1579,1601,1693, %U A215170 1753,1867,1997,2111,2339,2377,2399,2437,2551,2719,2741,2833,2909,2969 %N A215170 Primes congruent to {2, 5} mod 19. %H A215170 Vincenzo Librandi, <a href="/A215170/b215170.txt">Table of n, a(n) for n = 1..1000</a> %t A215170 Select[Prime[Range[3000]],MemberQ[{2,5},Mod[#,19]]&] %o A215170 (Magma) [ p: p in PrimesUpTo(3000) | p mod 19 in {2, 5} ]; %Y A215170 Cf. A141869, A102851, A045368. %K A215170 nonn,easy %O A215170 1,1 %A A215170 _Vincenzo Librandi_, Aug 06 2012