OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (2,1,-2,-1).
FORMULA
G.f.: x*(-11*x^2 - 10*x + 9) / (x^2+x-1)^2. - Colin Barker, Jan 01 2013
MATHEMATICA
Table[(10-n)Fibonacci[n], {n, 40}] (* or *) LinearRecurrence[{2, 1, -2, -1}, {9, 8, 14, 18}, 40] (* Harvey P. Dale, Sep 05 2022 *)
PROG
(PARI) a(n)=(10-n)*fibonacci(n)
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Roger L. Bagula and Gary W. Adamson, Apr 10 2008
EXTENSIONS
Edited by Ralf Stephan, Dec 24 2013
STATUS
approved