OFFSET
0,2
COMMENTS
Inverse binomial transform of A081629.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (-6,-5).
FORMULA
G.f.: (1+9*x)/((1+x)*(1+5*x)).
E.g.f.: 2*exp(-x) - exp(-5*x).
MATHEMATICA
CoefficientList[Series[(1 + 9 x) / ((1 + x) (1 + 5 x)), {x, 0, 40}], x] (* Vincenzo Librandi, Aug 09 2013 *)
LinearRecurrence[{-6, -5}, {1, 3}, 30] (* Harvey P. Dale, Jan 08 2021 *)
PROG
(Magma) [2*(-1)^n-(-5)^n: n in [0..25]]; // Vincenzo Librandi, Aug 09 2013
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Paul Barry, Mar 26 2003
STATUS
approved