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 A142145 #12 Sep 08 2022 08:45:35 %S A142145 73,443,739,887,1109,1553,1627,1997,2293,2441,2663,3181,3329,3847, %T A142145 4217,4513,4957,5179,5623,6067,6659,6733,7103,7177,7547,7621,8287, %U A142145 8731,9323,9397,9619,9767,10211,10433,10729,11173,11321,11617,11839,11987,12653,13171 %N A142145 Primes congruent to 36 mod 37. %H A142145 Vincenzo Librandi, <a href="/A142145/b142145.txt">Table of n, a(n) for n = 1..1000</a> %F A142145 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A142145 Select[Range[36,30000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 15 2011 *) %t A142145 Select[Prime[Range[5000]],MemberQ[{36},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *) %o A142145 (Magma)[p: p in PrimesUpTo(15000) | p mod 37 eq 36 ]; // _Vincenzo Librandi_, Aug 19 2012 %o A142145 (PARI) is(n)=isprime(n) && n%37==36 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A142145 Cf. A000040, A142142, A142143, A142144. %K A142145 nonn,easy %O A142145 1,1 %A A142145 _N. J. A. Sloane_, Jul 11 2008