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.

A231411 Total number of zero digits in primes less than 10^n.

Original entry on oeis.org

0, 0, 15, 232, 2725, 30350, 324133, 3386986, 34984325, 358604948, 3657365837, 37164550469, 376613845818, 3808514755978
Offset: 1

Views

Author

Robert Price, Nov 08 2013

Keywords

Examples

			a(3)=15, since there are 15 zeros in primes less than 1000.  Namely: 101, 103, 107, 109, 307, 401, 409, 503, 509, 601, 607, 701, 709, 809, 907.
		

Crossrefs

Programs

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

Extensions

a(14) from Giovanni Resta, Jul 20 2015