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 A142136 #12 Sep 08 2022 08:45:35 %S A142136 101,397,619,1063,1433,1877,1951,2099,2543,2617,3061,3209,3727,5059, %T A142136 5281,5503,5651,6317,6761,6983,7057,7649,7723,8093,8167,8389,8537, %U A142136 9203,9277,9721,10091,10313,10831,10979,11423,11497,11719,11867,11941,12163,12829 %N A142136 Primes congruent to 27 mod 37. %H A142136 Vincenzo Librandi, <a href="/A142136/b142136.txt">Table of n, a(n) for n = 1..1000</a> %F A142136 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A142136 Select[Range[27,30000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 12 2011 *) %t A142136 Select[Prime[Range[5000]],MemberQ[{27},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *) %o A142136 (Magma) [p: p in PrimesUpTo(15000) | p mod 37 eq 27 ]; // _Vincenzo Librandi_, Aug 19 2012 %o A142136 (PARI) is(n)=isprime(n) && n%37==27 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A142136 Cf. A000040, A142134, A142135. %K A142136 nonn,easy %O A142136 1,1 %A A142136 _N. J. A. Sloane_, Jul 11 2008