OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (2,0,-1,1,-1,-1).
FORMULA
G.f.: (1-x^2)/((1-x-x^2)*(1-x-x^4)).
MATHEMATICA
LinearRecurrence[{2, 0, -1, 1, -1, -1}, {1, 2, 3, 5, 9, 16}, 40] (* Harvey P. Dale, Apr 18 2018 *)
PROG
(PARI) my(x='x+O('x^50)); Vec((1 - x^2)/((1-x-x^2)*(1-x-x^4))) \\ Michel Marcus, Jun 25 2023
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Aug 21 2017
STATUS
approved