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 A141914 #22 Sep 08 2022 08:45:35 %S A141914 79,263,401,631,677,769,907,953,1091,1229,1321,1367,1459,1597,1873, %T A141914 2011,2287,2333,2609,3023,3253,3299,3391,3529,3851,3943,3989,4127, %U A141914 4219,4357,4679,4817,4909,5231,5323,5507,5737,5783,6151,6197,6427,6473,6703,6841 %N A141914 Primes congruent to 10 mod 23. %H A141914 Vincenzo Librandi, <a href="/A141914/b141914.txt">Table of n, a(n) for n = 1..1000</a> %F A141914 a(n) ~ 22n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A141914 Select[Range[10,10000,23],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 05 2011 *) %o A141914 (Magma) [p: p in PrimesUpTo(8000) | p mod 23 eq 10 ]; // _Vincenzo Librandi_, Aug 16 2012 %o A141914 (PARI) is(n)=isprime(n) && n%23==10 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A141914 Cf. A154613. - _Vincenzo Librandi_, Jan 17 2009 %K A141914 nonn,easy %O A141914 1,1 %A A141914 _N. J. A. Sloane_, Jul 11 2008