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 A142788 #9 Sep 08 2022 08:45:37 %S A142788 17,137,197,257,317,557,617,677,797,857,977,1097,1217,1277,1637,1697, %T A142788 1877,1997,2237,2297,2357,2417,2477,2657,2777,2837,2897,2957,3137, %U A142788 3257,3557,3617,3677,3797,3917,4157,4217,4337,4397,4457,4517,4637,4817,4877,4937 %N A142788 Primes congruent to 17 mod 60. %H A142788 Vincenzo Librandi, <a href="/A142788/b142788.txt">Table of n, a(n) for n = 1..1000</a> %F A142788 a(n) ~ 16n log n. - _Charles R Greathouse IV_, Jul 03 2016 %t A142788 Select[Prime[Range[800]], MemberQ[{17}, Mod[#, 60]] &] (* _Vincenzo Librandi_, Sep 04 2012 *) %o A142788 (Magma) [p: p in PrimesUpTo(6000) | p mod 60 eq 17 ]; // _Vincenzo Librandi_, Sep 04 2012 %o A142788 (PARI) is(n)=isprime(n) && n%60==17 \\ _Charles R Greathouse IV_, Jul 03 2016 %Y A142788 Cf. A000040. %K A142788 nonn,easy %O A142788 1,1 %A A142788 _N. J. A. Sloane_, Jul 11 2008