login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A231411 Total number of zero digits in primes less than 10^n. 9
0, 0, 15, 232, 2725, 30350, 324133, 3386986, 34984325, 358604948, 3657365837, 37164550469, 376613845818, 3808514755978 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
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.
MATHEMATICA
Table[Count[IntegerDigits[Prime[Range[PrimePi[10^n-1]]]], 0, 2], {n, 7}] (* Robert Price, Jun 16 2019 *)
CROSSREFS
Cf. A033713.
Sequence in context: A075262 A286722 A250418 * A097185 A178299 A097582
KEYWORD
nonn,base,more
AUTHOR
Robert Price, Nov 08 2013
EXTENSIONS
a(14) from Giovanni Resta, Jul 20 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 05:55 EDT 2024. Contains 371964 sequences. (Running on oeis4.)