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 A141986 #19 Sep 08 2022 08:45:35 %S A141986 97,271,503,619,677,967,1373,1489,1663,1721,2011,2069,2243,2417,2591, %T A141986 2707,2939,3229,3461,4099,4157,4273,4447,4621,4679,4969,5839,5897, %U A141986 6361,6709,6883,7057,7753,7927,8101,8623,8681,8971,9029,9203,9319,9377,9551,10247 %N A141986 Primes congruent to 10 mod 29. %H A141986 Vincenzo Librandi, <a href="/A141986/b141986.txt">Table of n, a(n) for n = 1..1000</a> %F A141986 a(n) ~ 28n log n. - _Charles R Greathouse IV_, Jul 03 2016 %t A141986 Select[Range[10,10000,29],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 06 2011 *) %o A141986 (Magma) [ p: p in PrimesUpTo(11000) | p mod 29 eq 10 ]; // _Vincenzo Librandi_, Apr 07 2011 %o A141986 (PARI) is(n)=isprime(n) && n%29==10 \\ _Charles R Greathouse IV_, Jul 03 2016 %Y A141986 Cf. A000040, A141977, A141978. %K A141986 nonn,easy %O A141986 1,1 %A A141986 _N. J. A. Sloane_, Jul 11 2008