|
| |
|
|
A061217
|
|
Number of zeros in the concatenation n(n-1)(n-2)(n-3)...321.
|
|
0
| |
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 11, 12, 13, 14
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,20
|
|
|
EXAMPLE
| a(30) = 3 since number of zeros in 302928272625242322212019181716151413121110987654321 is 3.
|
|
|
MATHEMATICA
| Table[Count[Flatten[IntegerDigits/@Table[x-n, {n, 0, x-1}]], 0], {x, 110}] (* From Harvey P. Dale, Aug 10 2011 *)
|
|
|
CROSSREFS
| Sequence in context: A132272 A179051 A054899 * A102684 A156821 A025856
Adjacent sequences: A061214 A061215 A061216 * A061218 A061219 A061220
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 22 2001
|
|
|
EXTENSIONS
| Corrected and extended by Patrick De Geest (pdg(AT)worldofnumbers.com), Jun 05 2001.
|
| |
|
|