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 A141984 #19 Sep 08 2022 08:45:35 %S A141984 37,211,269,443,617,733,907,1429,1487,1777,1951,2357,2473,2531,2647, %T A141984 2879,3169,3343,3517,3691,3923,4271,4561,4793,4909,4967,5431,5779, %U A141984 5953,6011,6301,6359,6823,6997,7229,7577,7867,8273,8389,8447,8563,8737,8969,9433 %N A141984 Primes congruent to 8 mod 29. %H A141984 Vincenzo Librandi, <a href="/A141984/b141984.txt">Table of n, a(n) for n = 1..1000</a> %F A141984 a(n) ~ 28n log n. - _Charles R Greathouse IV_, Jul 03 2016 %t A141984 Select[Range[8,10000,29],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 06 2011 *) %o A141984 (Magma) [ p: p in PrimesUpTo(11000) | p mod 29 eq 8 ]; // _Vincenzo Librandi_, Apr 07 2011 %o A141984 (PARI) is(n)=isprime(n) && n%29==8 \\ _Charles R Greathouse IV_, Jul 03 2016 %Y A141984 Cf. A000040, A141977, A141978. %K A141984 nonn,easy %O A141984 1,1 %A A141984 _N. J. A. Sloane_, Jul 11 2008