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 A141998 #17 Sep 08 2022 08:45:35 %S A141998 109,167,283,457,631,863,1153,1327,1559,1733,1907,2081,2371,2719,2777, %T A141998 3067,3299,3821,4111,4517,4691,5039,5387,5503,5851,6199,6257,6373, %U A141998 6547,6779,7069,7127,7243,7417,7591,7649,7823,8171,8287,8461,8693,8867,9041,9157 %N A141998 Primes congruent to 22 mod 29. %H A141998 Vincenzo Librandi, <a href="/A141998/b141998.txt">Table of n, a(n) for n = 1..1000</a> %F A141998 a(n) ~ 28n log n. - _Charles R Greathouse IV_, Jul 03 2016 %t A141998 Select[Range[22,20000,29],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 07 2011 *) %o A141998 (Magma) [p: p in PrimesUpTo(12000) | p mod 29 eq 22 ]; // _Vincenzo Librandi_, Aug 17 2012 %o A141998 (PARI) is(n)=isprime(n) && n%29==22 \\ _Charles R Greathouse IV_, Jul 03 2016 %Y A141998 Cf. A000040, A141977, A141978. %K A141998 nonn,easy %O A141998 1,1 %A A141998 _N. J. A. Sloane_, Jul 11 2008