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 A091126 #19 Feb 16 2025 08:32:52 %S A091126 0,5,37,295,2384,19552,165976,1439970,12711220,113758759,1029502984, %T A091126 9401951850,86516283187,801235071623 %N A091126 Number of primes of the form 8k+1 less than 10^n. %C A091126 Computed by _T. D. Noe_, Dec 19 2003. %H A091126 Bernhard Helmes, <a href="http://www.devalco.de/table_8.htm">Distribution of Primes</a> %H A091126 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/ModularPrimeCountingFunction.html">Modular Prime Counting Function</a> %t A091126 p = Select[Table[8 i + 1, {i, 0, 10^7}], PrimeQ[#] &]; Table[Count[p, x_ /; x < 10^n], {n, 7}] (* _Robert Price_, May 28 2019 *) %Y A091126 Cf. A091127, A091128, A091129. %K A091126 nonn,more %O A091126 1,2 %A A091126 _Eric W. Weisstein_, Dec 19 2003 %E A091126 a(10) from _Robert G. Wilson v_, Dec 22 2003 %E A091126 a(11)-a(14) from Bernhard Helmes (pi(AT)devalco.de), Apr 21 2010