cp's OEIS Frontend

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.

A231590 Total number of 1's digits in primes less than 10^n.

Original entry on oeis.org

0, 9, 78, 681, 6353, 59634, 570157, 5510645, 53680317, 525651276, 5166809159, 50931212973, 503152799893, 4979293536415
Offset: 1

Views

Author

Robert Price, Nov 11 2013

Keywords

Examples

			a(2)=9, since there are 9 1's in primes less than 100. Namely: 11, 13, 17, 19, 31, 41, 61, 71.  Note that 11 counts for two.
		

Crossrefs

Programs

  • Mathematica
    Table[Count[IntegerDigits[Prime[Range[PrimePi[10^n - 1]]]], 1, 2], {n, 7}] (* Robert Price, Jun 16 2019 *)

Extensions

a(14) from Giovanni Resta, Jul 20 2015