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 A142744 #16 Sep 08 2022 08:45:37 %S A142744 17,607,1433,1669,1787,2141,2377,2731,3203,3557,3793,3911,4973,5209, %T A142744 5563,6271,6389,7333,7451,7687,8513,8867,9103,9221,9811,9929,11699, %U A142744 12289,13469,14177,14767,15121,16183,16301,17599,18307,18661,19841,20431,20549,20903 %N A142744 Primes congruent to 17 mod 59. %H A142744 Vincenzo Librandi, <a href="/A142744/b142744.txt">Table of n, a(n) for n = 1..1000</a> %F A142744 a(n) ~ 58n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A142744 Select[Range[17, 30000, 118], PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Jul 15 2011 *) %t A142744 Select[Prime[Range[2600]], MemberQ[{17}, Mod[#, 59]] &] (* _Vincenzo Librandi_, Sep 03 2012 *) %o A142744 (Magma) [p: p in PrimesUpTo(21000) | p mod 59 eq 17 ]; // _Vincenzo Librandi_, Sep 03 2012 %o A142744 (PARI) is(n)=isprime(n) && n%59==17 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A142744 Cf. A000040, A142740, A142742. %K A142744 nonn,easy %O A142744 1,1 %A A142744 _N. J. A. Sloane_, Jul 11 2008