OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (111,-1110,1000)
FORMULA
From Chai Wah Wu, May 30 2016: (Start)
a(n) = 111*a(n-1) - 1110*a(n-2) + 1000*a(n-3) for n > 2.
G.f.: (1310*x^2 - 424*x + 5)/((1 - x)*(1 - 10*x)*(1 - 100*x)). (End)
E.g.f.: (1 + 3*exp(9*x) + exp(99*x))*exp(x). - Ilya Gutkovskiy, May 30 2016
MATHEMATICA
LinearRecurrence[{111, -1110, 1000}, {5, 131, 10301}, 20] (* Harvey P. Dale, Jun 03 2016 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Dec 07 2009
EXTENSIONS
More terms from Harvey P. Dale, Jun 03 2016
STATUS
approved