A086575 a(n) = 4*(10^n - 1).
0, 36, 396, 3996, 39996, 399996, 3999996, 39999996, 399999996, 3999999996, 39999999996, 399999999996, 3999999999996, 39999999999996, 399999999999996, 3999999999999996, 39999999999999996, 399999999999999996, 3999999999999999996, 39999999999999999996, 399999999999999999996
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (11,-10).
Crossrefs
Programs
-
Mathematica
LinearRecurrence[{11,-10},{0,36},20] (* Harvey P. Dale, May 14 2017 *)
Formula
R(a(n)) = A086578(n).
From Chai Wah Wu, Jul 08 2016: (Start)
a(n) = 11*a(n-1) - 10*a(n-2) for n > 1.
G.f.: 36*x/((1 - x)*(1 - 10*x)). (End)
E.g.f.: 4*exp(x)*(exp(9*x) - 1). - Elmo R. Oliveira, Sep 12 2024
Extensions
Edited by Jinyuan Wang, Aug 04 2021
Comments