OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, King Graph.
Eric Weisstein's World of Mathematics, Lower Matching Number.
Index entries for linear recurrences with constant coefficients, signature (1,1,-1,1,-1,-1,1).
FORMULA
G.f.: -(x^2*(2+x+x^2+x^3+x^4))/((-1+x)^3*(1+x)^2*(1+x^2)).
a(n) = 1*a(n-1)+1*a(n-2)-1*a(n-3)+1*a(n-4)-1*a(n-5)-1*a(n-6)+1*a(n-7).
MATHEMATICA
Table[(3 + (-1)^n + 2 n (-1 + (-1)^n + 3 n) - 4 Cos[n Pi/2] - 4 Sin[n Pi/2])/16, {n, 20}]
LinearRecurrence[{1, 1, -1, 1, -1, -1, 1}, {0, 2, 3, 6, 8, 14, 17}, 20]
CoefficientList[Series[-((x (2 + x + x^2 + x^3 + x^4))/((-1 + x)^3 (1 + x)^2 (1 + x^2))), {x, 0, 20}], x]
CROSSREFS
KEYWORD
nonn,new
AUTHOR
Eric W. Weisstein, Dec 07 2024
STATUS
approved