OFFSET
1,1
COMMENTS
LINKS
Index entries for linear recurrences with constant coefficients, signature (110,-1000).
FORMULA
a(n) = 110*a(n-1) - 1000*a(n-2).
a(n) = 10*A163449(n).
G.f.: 10*x*(11 -200*x)/((100*x-1)*(10*x-1)).
E.g.f.: exp(100*x) + exp(10*x) -2. - G. C. Greubel, Aug 01 2017
MATHEMATICA
LinearRecurrence[{110, -1000}, {110, 10100}, 50] (* G. C. Greubel, Aug 01 2017 *)
PROG
(PARI) x='x+O('x^50); Vec(10*x*(11 -200*x)/((100*x-1)*(10*x-1))) \\ G. C. Greubel, Aug 01 2017
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Jaroslav Krizek, Aug 02 2009
EXTENSIONS
Edited by R. J. Mathar, Aug 06 2009
STATUS
approved