OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (12,-21,10).
FORMULA
a(n) = (2/27)*(10^(n+1) - 9*n - 10). - R. Piyo (nagoya314(AT)yahoo.com), Dec 10 2004
From Elmo R. Oliveira, Apr 02 2025: (Start)
G.f.: 6*x/((1 - x)^2*(1 - 10*x)).
a(n) = 6*A014824(n).
E.g.f.: 2*exp(x)*(10*exp(9*x) - 9*x - 10)/27.
a(n) = 12*a(n-1) - 21*a(n-2) + 10*a(n-3) for n > 3. (End)
EXAMPLE
6 + 66 + 666 + 6666 + 66666 = a(5) = 74070.
MATHEMATICA
<<NumberTheory`NumberTheoryFunctions` Table[{k, Table[Apply[Plus, Table[k*(10^n-1)/9, {n, 1, m}]], {m, 1, 35}]}, {k, 1, 9}]
Table[6/9*Sum[10^i - 1, {i, n}], {n, 18}] (* Robert G. Wilson v, Nov 20 2004 *)
CROSSREFS
KEYWORD
base,nonn,easy
AUTHOR
Labos Elemer, Nov 17 2004
EXTENSIONS
More terms from Elmo R. Oliveira, Apr 02 2025
STATUS
approved
