OFFSET
0,2
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (-3,5).
FORMULA
G.f.: (1-2x)/(1+3x-5x^2).
a(n) = Sum_{k=0..n} A147703(n,k)*(-6)^k.
a(n) = (-1)^n*A152187(n). - Philippe Deléham, Nov 29 2008
MATHEMATICA
LinearRecurrence[{-3, 5}, {1, -5}, 25] (* Paolo Xausa, Jan 19 2024 *)
PROG
(PARI) Vec((1-2*x)/(1+3*x-5*x^2)+O(x^99)) \\ Charles R Greathouse IV, Jan 11 2012
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Philippe Deléham, Nov 28 2008
STATUS
approved