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 A073515 #13 Oct 28 2021 12:59:31 %S A073515 1,3,19,139,1097,8960,75290,651085,5735086,51247361,463196868, %T A073515 4225763390,38851672813,359541975662,3345924530873,31288310624754, %U A073515 293820812588401,2769490109678920,26191046215879444,248421640738371325,2362546444095790527,22522418647770393663 %N A073515 Number of primes less than 10^n with initial digit 3. %H A073515 Thomas R. Nicely, <a href="https://faculty.lynchburg.edu/~nicely/index.html">Some Results of Computational Research in Prime Numbers</a> [See local copy in A007053] %H A073515 Tomás Oliveira e Silva, <a href="http://sweet.ua.pt/tos/primes.html">Tables of values of pi(x) and of pi2(x)</a> %e A073515 a(2)=3 because there are 3 primes up to 10^2 whose initial digit is 3 (namely 3, 31 and 37). %t A073515 f[n_] := f[n] = PrimePi[4*10^n] - PrimePi[3*10^n] + f[n - 1]; f[0] = 1; Table[ f[n], {n, 0, 12}] %Y A073515 Cf. A073509 to A073517, their sum is A006880. %Y A073515 For primes with initial digit d (1 <= d <= 9) see A045707, A045708, A045709, A045710, A045711, A045712, A045713, A045714, A045715; A073517, A073516, A073515, A073514, A073513, A073512, A073511, A073510, A073509 %K A073515 nonn,base,hard %O A073515 1,2 %A A073515 _Shyam Sunder Gupta_, Aug 14 2002 %E A073515 Edited and extended by _Robert G. Wilson v_, Aug 29 2002 %E A073515 a(21)-a(22) added by _David Baugh_, Mar 22 2015