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 A142132 #12 Sep 08 2022 08:45:35 %S A142132 23,97,467,541,911,1429,1873,2243,2539,2687,2909,3797,4019,4093,4241, %T A142132 4463,4759,5351,5573,5647,5869,6091,7127,7349,7793,7867,8089,8237, %U A142132 8311,8681,9199,9421,9643,9791,10457,10531,10753,11197,11789,11863,12011,12899,12973 %N A142132 Primes congruent to 23 mod 37. %H A142132 Vincenzo Librandi, <a href="/A142132/b142132.txt">Table of n, a(n) for n = 1..1000</a> %F A142132 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A142132 Select[Range[23,30000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 11 2011 *) %t A142132 Select[Prime[Range[5000]],MemberQ[{23},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *) %o A142132 (Magma) [p: p in PrimesUpTo(15000) | p mod 37 eq 23 ]; // _Vincenzo Librandi_, Aug 19 2012 %o A142132 (PARI) is(n)=isprime(n) && n%37==23 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A142132 Cf. A000040, A142130, A142131. %K A142132 nonn,easy %O A142132 1,1 %A A142132 _N. J. A. Sloane_, Jul 11 2008