A086579 a(n) = 8*(10^n - 1).
0, 72, 792, 7992, 79992, 799992, 7999992, 79999992, 799999992, 7999999992, 79999999992, 799999999992, 7999999999992, 79999999999992, 799999999999992, 7999999999999992, 79999999999999992, 799999999999999992, 7999999999999999992, 79999999999999999992, 799999999999999999992
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (11,-10).
Crossrefs
Programs
-
Mathematica
LinearRecurrence[{11,-10},{0,72},30] (* Harvey P. Dale, Mar 22 2025 *)
Formula
R(a(n)) = A086574(n).
From Chai Wah Wu, Jul 08 2016: (Start)
a(n) = 11*a(n-1) - 10*a(n-2) for n > 1.
G.f.: 72*x/((1 - x)*(1 - 10*x)). (End)
E.g.f.: 8*exp(x)*(exp(9*x) - 1). - Elmo R. Oliveira, Sep 12 2024
Extensions
Edited by Jinyuan Wang, Aug 04 2021
Comments