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 A141987 #21 Sep 08 2022 08:45:35 %S A141987 11,127,359,823,881,997,1171,1229,1693,1867,2099,2273,2389,2447,2621, %T A141987 2969,3259,3433,3491,3607,4013,4129,4651,4999,5231,5347,5521,5869, %U A141987 5927,6043,6101,6217,6449,6971,7841,8363,8537,9001,9059,9349,9697,9871,9929,10103 %N A141987 Primes congruent to 11 mod 29. %H A141987 Vincenzo Librandi, <a href="/A141987/b141987.txt">Table of n, a(n) for n = 1..1000</a> %F A141987 a(n) ~ 28n log n. - _Charles R Greathouse IV_, Jul 03 2016 %t A141987 Select[Range[11,10000,29],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 06 2011 *) %t A141987 Select[Prime[Range[1500]],Mod[#,29]==11&] (* _Harvey P. Dale_, Apr 29 2022 *) %o A141987 (Magma) [ p: p in PrimesUpTo(11000) | p mod 29 eq 11 ]; // _Vincenzo Librandi_, Apr 07 2011 %o A141987 (PARI) is(n)=isprime(n) && n%29==11 \\ _Charles R Greathouse IV_, Jul 03 2016 %Y A141987 Cf. A000040, A141977, A141978. %K A141987 nonn,easy %O A141987 1,1 %A A141987 _N. J. A. Sloane_, Jul 11 2008