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 A142126 #14 Sep 08 2022 08:45:35 %S A142126 17,239,313,461,683,757,1201,1423,1571,1867,2089,2237,2311,2459,2903, %T A142126 3347,3643,4013,4457,4679,5197,5419,5641,6011,6529,6899,7121,7417, %U A142126 7639,8009,8231,8527,8971,9341,9859,10007,10303,11117,11783,12227,12301,12671,12893 %N A142126 Primes congruent to 17 mod 37. %H A142126 Vincenzo Librandi, <a href="/A142126/b142126.txt">Table of n, a(n) for n = 1..1000</a> %F A142126 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A142126 Select[Range[17,30000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 11 2011 *) %t A142126 Select[Prime[Range[5000]],MemberQ[{17},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *) %o A142126 (Magma) [p: p in PrimesUpTo(15000) | p mod 37 eq 17 ]; // _Vincenzo Librandi_, Aug 19 2012 %o A142126 (PARI) is(n)=isprime(n) && n%37==17 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A142126 Cf. A000040, A142124, A142125, A144562. %K A142126 nonn,easy %O A142126 1,1 %A A142126 _N. J. A. Sloane_, Jul 11 2008