OFFSET
1,1
LINKS
Joseph Myers, BMO 2008--2009 Round 1 Problem 1---Generalisation
Index entries for linear recurrences with constant coefficients, signature (0, 6, 0, -9, 0, 2).
FORMULA
Empirically, g.f. -2*x*(3+5*x-8*x^2-12*x^3+3*x^4+3*x^5) / ( (2*x^2-1)*(x^4-4*x^2+1) ) with a(n)= +6*a(n-2) -9*a(n-4) +2*a(n-6). - R. J. Mathar, Jun 16 2011
MATHEMATICA
LinearRecurrence[{0, 6, 0, -9, 0, 2}, {6, 10, 20, 36, 72, 132}, 40] (* Harvey P. Dale, Sep 25 2024 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Joseph Myers, Dec 24 2008
STATUS
approved