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 A141993 #17 Sep 08 2022 08:45:35 %S A141993 17,191,307,829,887,1061,1409,1583,1699,1873,1931,2221,2801,2917,3323, %T A141993 3613,3671,4019,4483,4657,4831,4889,5179,5237,5527,5701,6397,6571, %U A141993 6803,6977,7151,7499,7673,7789,7963,8311,8369,8543,9007,9181,9239,9413,9587,10399 %N A141993 Primes congruent to 17 mod 29. %H A141993 Vincenzo Librandi, <a href="/A141993/b141993.txt">Table of n, a(n) for n = 1..1000</a> %F A141993 a(n) ~ 28n log n. - _Charles R Greathouse IV_, Jul 03 2016 %t A141993 Select[Range[17,20000,29],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 07 2011 *) %o A141993 (Magma) [p: p in PrimesUpTo(12000) | p mod 29 eq 17 ]; // _Vincenzo Librandi_, Aug 17 2012 %o A141993 (PARI) is(n)=isprime(n) && n%29==17 \\ _Charles R Greathouse IV_, Jul 03 2016 %Y A141993 Cf. A000040, A141977, A141978. %K A141993 nonn,easy %O A141993 1,1 %A A141993 _N. J. A. Sloane_, Jul 11 2008