OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (10,-29,20).
FORMULA
G.f.: 1/(1-5*x)+1/(1-4*x)-1/(1-x).
E.g.f.: e^(5*x)+e^(4*x)-e^x.
a(n) = 9*a(n-1)-20*a(n-2)-12 with a(0)=1, a(1)=8 - Vincenzo Librandi, Jul 21 2010
PROG
(PARI) a(n)=5^n+4^n-1 \\ Charles R Greathouse IV, Oct 16 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Jan 27 2009
STATUS
approved