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 A142733 #9 Sep 08 2022 08:45:37 %S A142733 419,773,1009,1481,2543,2897,3251,4549,4903,5021,6673,6791,7027,7499, %T A142733 7853,8089,8443,9151,9623,9859,10331,10567,11393,12101,12809,13163, %U A142733 13399,14107,14461,15287,15641,15877,16231,16349,16703,17293,18119,19181,19417,19889 %N A142733 Primes congruent to 6 mod 59. %H A142733 Vincenzo Librandi, <a href="/A142733/b142733.txt">Table of n, a(n) for n = 1..1000</a> %t A142733 Select[Prime[Range[2600]], MemberQ[{6}, Mod[#, 59]] &] (* _Vincenzo Librandi_, Sep 02 2012 *) %t A142733 Select[Range[6,20000,59],PrimeQ] (* _Harvey P. Dale_, Jun 03 2019 *) %o A142733 (Magma) [p: p in PrimesUpTo(20000) | p mod 59 eq 6 ]; // _Vincenzo Librandi_, Sep 02 2012 %Y A142733 Cf. A000040. %K A142733 nonn,easy %O A142733 1,1 %A A142733 _N. J. A. Sloane_, Jul 11 2008