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 A142114 #12 Sep 08 2022 08:45:35 %S A142114 5,79,227,449,523,967,1559,2003,2447,2521,3187,3557,3631,3779,3853, %T A142114 4001,4297,4519,4889,5333,5407,5851,6073,6221,6961,7109,7331,8219, %U A142114 8293,8663,8737,9181,9403,9551,10069,10513,10883,10957,11549,12289,12437,12511,12659 %N A142114 Primes congruent to 5 mod 37. %H A142114 Vincenzo Librandi, <a href="/A142114/b142114.txt">Table of n, a(n) for n = 1..1000</a> %F A142114 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A142114 Select[Range[5,20000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 07 2011 *) %t A142114 Select[Prime[Range[5000]],MemberQ[{5},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *) %o A142114 (Magma)[p: p in PrimesUpTo(15000) | p mod 37 eq 5 ]; // _Vincenzo Librandi_, Aug 19 2012 %o A142114 (PARI) is(n)=isprime(n) && n%37==5 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A142114 Cf. A000040, A142112, A142113. %K A142114 nonn,easy %O A142114 1,1 %A A142114 _N. J. A. Sloane_, Jul 11 2008