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 A142793 #11 Sep 08 2022 08:45:37 %S A142793 37,97,157,277,337,397,457,577,757,877,937,997,1117,1237,1297,1597, %T A142793 1657,1777,2017,2137,2377,2437,2557,2617,2677,2797,2857,2917,3037, %U A142793 3217,3457,3517,3637,3697,3877,4057,4177,4297,4357,4597,4657,4957,5077,5197,5437 %N A142793 Primes congruent to 37 mod 60. %H A142793 Vincenzo Librandi, <a href="/A142793/b142793.txt">Table of n, a(n) for n = 1..1000</a> %F A142793 a(n) ~ 16n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A142793 Select[Prime[Range[800]], MemberQ[{37}, Mod[#, 60]] &] (* _Vincenzo Librandi_, Sep 04 2012 *) %t A142793 Select[Range[37,6000,60],PrimeQ] (* _Harvey P. Dale_, Sep 14 2019 *) %o A142793 (Magma) [p: p in PrimesUpTo(6000) | p mod 60 eq 37 ]; // _Vincenzo Librandi_, Sep 04 2012 %o A142793 (PARI) is(n)=isprime(n) && n%60==37 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A142793 Cf. A000040. %K A142793 nonn,easy %O A142793 1,1 %A A142793 _N. J. A. Sloane_, Jul 11 2008