OFFSET
0,3
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (2,1,0,-4,0,-2).
MATHEMATICA
CoefficientList[Series[-x*(x + 1)*(x^3 + x^2 + x - 1)/(2*x^6 + 4*x^4 - x^2 - 2*x + 1), {x, 0, 100}], x]
LinearRecurrence[{2, 1, 0, -4, 0, -2}, {0, 1, 2, 3, 6, 10}, 40] (* Harvey P. Dale, Nov 29 2024 *)
CROSSREFS
KEYWORD
sign,easy,less
AUTHOR
Roger L. Bagula, Nov 15 2008
EXTENSIONS
Better name from Colin Barker, Dec 26 2012
STATUS
approved