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 A142125 #12 Sep 08 2022 08:45:35 %S A142125 53,127,349,571,719,941,1163,1237,1459,1607,2273,2347,2791,2939,3457, %T A142125 4049,4271,4493,4567,4789,4937,5011,5233,5381,6047,6121,6269,6343, %U A142125 6491,7823,8563,8933,9007,9377,10487,10709,11597,12041,12263,12781,13003,13151,13669 %N A142125 Primes congruent to 16 mod 37. %H A142125 Vincenzo Librandi, <a href="/A142125/b142125.txt">Table of n, a(n) for n = 1..1000</a> %F A142125 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A142125 Select[Range[16,30000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 11 2011 *) %t A142125 Select[Prime[Range[50000]],MemberQ[{16},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *) %o A142125 (Magma) [p: p in PrimesUpTo(15000) | p mod 37 eq 16 ]; // _Vincenzo Librandi_, Aug 19 2012 %o A142125 (PARI) is(n)=isprime(n) && n%37==16 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A142125 Cf. A000040, A142123, A142124. %K A142125 nonn,easy %O A142125 1,1 %A A142125 _N. J. A. Sloane_, Jul 11 2008