A086577 a(n) = 6*(10^n - 1).
0, 54, 594, 5994, 59994, 599994, 5999994, 59999994, 599999994, 5999999994, 59999999994, 599999999994, 5999999999994, 59999999999994, 599999999999994, 5999999999999994, 59999999999999994, 599999999999999994, 5999999999999999994, 59999999999999999994, 599999999999999999994
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (11,-10).
Crossrefs
Programs
-
Mathematica
LinearRecurrence[{11,-10},{0,54},30] (* Harvey P. Dale, Nov 27 2022 *)
Formula
R(a(n)) = A086576(n).
From Chai Wah Wu, Jul 08 2016: (Start)
a(n) = 11*a(n-1) - 10*a(n-2) for n > 1.
G.f.: 54*x/((1 - x)*(1 - 10*x)). (End)
E.g.f.: 6*exp(x)*(exp(9*x) - 1). - Elmo R. Oliveira, Sep 12 2024
Extensions
Name edited by Jinyuan Wang, Aug 04 2021
Comments