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 A142117 #12 Sep 08 2022 08:45:35 %S A142117 193,563,859,1229,1303,1451,1747,2339,2857,3079,3301,3449,3671,3967, %T A142117 4337,5003,5077,5521,5669,5743,6113,6779,7001,7297,7741,7963,8111, %U A142117 8629,8999,9221,9739,9887,10331,10627,11071,11959,12107,12329,13217,13291,13513,13883 %N A142117 Primes congruent to 8 mod 37. %H A142117 Vincenzo Librandi, <a href="/A142117/b142117.txt">Table of n, a(n) for n = 1..1000</a> %F A142117 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A142117 Select[Range[8,20000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 07 2011 *) %t A142117 Select[Prime[Range[5000]],MemberQ[{8},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *) %o A142117 (Magma)[p: p in PrimesUpTo(15000) | p mod 37 eq 8 ]; // _Vincenzo Librandi_, Aug 19 2012 %o A142117 (PARI) is(n)=isprime(n) && n%37==8 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A142117 Cf. A000040, A142114, A142115, A142116. %K A142117 nonn,easy %O A142117 1,1 %A A142117 _N. J. A. Sloane_, Jul 11 2008