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 A142143 #19 Oct 01 2024 03:05:20 %S A142143 71,293,367,811,1033,1181,1699,1847,2069,2143,2957,3253,3623,3697, %T A142143 3919,4289,4363,4733,5399,5843,6287,6361,7027,7841,8581,8803,8951, %U A142143 9173,9839,10061,10357,10949,11171,11393,11467,11689,12281,12503,12577,12799,13613 %N A142143 Primes congruent to 34 mod 37. %H A142143 Vincenzo Librandi, <a href="/A142143/b142143.txt">Table of n, a(n) for n = 1..1000</a> %F A142143 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A142143 Select[Range[34,30000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 15 2011 *) %t A142143 Select[Prime[Range[5000]],MemberQ[{34},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *) %o A142143 (Magma)[p: p in PrimesUpTo(15000) | p mod 37 eq 34 ]; // _Vincenzo Librandi_, Aug 19 2012 %o A142143 (PARI) is(n)=isprime(n) && n%37==34 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A142143 Cf. A000040. %K A142143 nonn,easy %O A142143 1,1 %A A142143 _N. J. A. Sloane_, Jul 11 2008