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 A141988 #22 Sep 08 2022 08:45:35 %S A141988 41,157,331,389,563,853,911,1201,1259,1433,1549,1607,1723,2129,2477, %T A141988 2593,2767,2999,3347,3463,3637,4159,4217,4391,4507,5087,5261,5783, %U A141988 6073,6131,6247,6421,6653,6827,7001,7349,7523,7639,8161,8219,8741,9437,9901,10133 %N A141988 Primes congruent to 12 mod 29. %H A141988 Vincenzo Librandi, <a href="/A141988/b141988.txt">Table of n, a(n) for n = 1..1000</a> %F A141988 {2} UNION A142244. - _R. J. Mathar_, Jul 20 2008 %F A141988 a(n) ~ 28n log n. - _Charles R Greathouse IV_, Jul 03 2016 %t A141988 Select[Range[12,10000,29],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 06 2011 *) %o A141988 (Magma) [ p: p in PrimesUpTo(11000) | p mod 29 eq 12 ]; // _Vincenzo Librandi_, Apr 07 2011 %o A141988 (PARI) is(n)=isprime(n) && n%29==12 \\ _Charles R Greathouse IV_, Jul 03 2016 %Y A141988 Cf. A000040, A141977, A141978, A142244. %K A141988 nonn,easy %O A141988 1,1 %A A141988 _N. J. A. Sloane_, Jul 11 2008