OFFSET
1,3
LINKS
Stan Wagon, Graph Theory Problems from Hexagonal and Traditional Chess., The College Mathematics Journal, Vol. 45, No. 4, September 2014, pp. 278-287.
Eric Weisstein's World of Mathematics, Lower Matching Number.
Eric Weisstein's World of Mathematics, Triangular Honeycomb Acute Knight Graph.
Index entries for linear recurrences with constant coefficients, signature (1,0,1,-1,0,0,0,0,0,0,0,1,-1,0,-1,1).
FORMULA
G.f.: x^3*(-3-3*x^4-3*x^6-2*x^10-x^11)/((-1+x)^3*(1+x+x^2)^2*(1+x^3+x^6+x^9)).
a(n) = a(n-1)+a(n-3)-a(n-4)+a(n-12)-a(n-13)-a(n-15)+a(n-16).
MATHEMATICA
LinearRecurrence[{1, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, -1, 1}, {0, 0, 3, 3, 3, 6, 9, 9, 15, 18, 18, 24, 29, 30, 39, 44}, 20]
CoefficientList[Series[x^2 (-3 - 3 x^4 - 3 x^6 - 2 x^10 - x^11)/((-1 + x)^3 (1 + x + x^2)^2 (1 + x^3 + x^6 + x^9)), {x, 0, 20}], x]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Oct 08 2021
EXTENSIONS
a(16) and beyond from Eric W. Weisstein, Dec 07-08 2024
STATUS
approved