[go: up one dir, main page]

login
A082504
Largest k such that the sum of sums of decimal digits of the next k numbers > n does not exceed 10.
1
4, 3, 2, 2, 1, 1, 1, 1, 2, 4, 3, 2, 2, 1, 1, 1, 1, 1, 1, 3, 2, 2, 1, 1, 1, 1, 1, 1, 0, 2, 2, 1, 1, 1, 1, 1, 1, 0, 0, 2, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 4, 3, 2, 2, 1, 1
OFFSET
0,1
COMMENTS
a(n) <= 4; a(n) = 4 iff n = 10^e - 1 (see A002283).
CROSSREFS
Cf. A007953.
Sequence in context: A294280 A108438 A347738 * A237524 A266143 A171623
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, May 22 2003
STATUS
approved