%I #21 Mar 29 2020 09:33:52
%S 1,6,43,314,2399,19623,166204,1440534,12712271,113764516,1029517296,
%T 9401972490,86516425996,801235712049
%N Number of primes of the form 8k+5 less than 10^n.
%C Computed by _T. D. Noe_, Dec 19 2003.
%H Bernhard Helmes, <a href="http://www.devalco.de/table_8.htm">Distribution of Primes</a>
%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/ModularPrimeCountingFunction.html">Modular Prime Counting Function</a>
%t p = Select[Table[8 i + 5, {i, 0, 10^7}], PrimeQ[#] &]; Table[Count[p, x_ /; x < 10^n], {n, 7}] (* _Robert Price_, May 28 2019 *)
%Y Cf. A091126, A091127, A091129.
%K nonn,more
%O 1,2
%A _Eric W. Weisstein_, Dec 19 2003
%E a(10) from _Robert G. Wilson v_, Dec 22 2003
%E a(11)-a(14) from Bernhard Helmes (pi(AT)devalco.de), Apr 21 2010