OFFSET
0,2
COMMENTS
From Klaus Brockhaus, Oct 14 2009: (Start)
Fourth binomial transform of A014992.
Sixth binomial transform is A001020 preceded by 1.
Lim_{n -> infinity} a(n)/a(n-1) = -6. (End)
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (-1,30).
FORMULA
a(n) = 30*a(n-2)-a(n-1), a(0)= 1, a(1)= -5.
G.f.: (1-4x)/(1+x-30*x^2).
a(n) = Sum_{k=0..n} A112555(n,k)*(-6)^k.
E.g.f.: (1/11)*(exp(5*x) + 10*exp(-6*x)). - G. C. Greubel, May 01 2016
MATHEMATICA
CoefficientList[Series[(1-4x)/(1+x-30x^2), {x, 0, 40}], x] (* Harvey P. Dale, Mar 11 2011 *)
LinearRecurrence[{-1, 30}, {1, -5}, 20] (* Harvey P. Dale, Jan 20 2022 *)
PROG
(Magma) [(5^n+10*(-6)^n)/11: n in [0..30]]; // Vincenzo Librandi, May 02 2011
(PARI) a(n)=(5^n+10*(-6)^n)/11 \\ Charles R Greathouse IV, May 02 2016
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Philippe Deléham, Oct 08 2009
STATUS
approved
