|
| |
|
|
A033714
|
|
Number of zeros in numbers 0 to 999..9 (n digits).
|
|
1
| |
|
|
1, 10, 190, 2890, 38890, 488890, 5888890, 68888890, 788888890, 8888888890, 98888888890, 1088888888890, 11888888888890, 128888888888890, 1388888888888890, 14888888888888890, 158888888888888890
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| This sequence also gives the total count of digits of n below 10^n. In such counts it makes sense to omit 10^0 as we are interested in having ten digits under each power of 10. For each power of 10 the total number of digits 0-9 is always the total of zeros for the next power. For example, at 10^1 there is 1 of each numeral 0-9, total 10 digits. At 10^2, the number of zeros is 10, with 20 each for the other 9 numerals and so on. - Enoch Haga (Enokh(AT)comcast.net), May 13 2006
|
|
|
CROSSREFS
| Cf. A033713.
Sequence in context: A006409 A173813 A056174 * A169959 A131521 A113373
Adjacent sequences: A033711 A033712 A033713 * A033715 A033716 A033717
|
|
|
KEYWORD
| nonn,base,nice,easy
|
|
|
AUTHOR
| Olivier Gorin (gorin(AT)roazhon.inra.fr)
|
|
|
EXTENSIONS
| More terms from Erich Friedman (erich.friedman(AT)stetson.edu).
|
| |
|
|