OFFSET
0,1
LINKS
Eric Weisstein's World of Mathematics, Independent Edge Set.
Eric Weisstein's World of Mathematics, Plummer-Toft Graph.
Index entries for linear recurrences with constant coefficients, signature (3,0,-5,0,3,1).
FORMULA
a(n) = 3*a(n-1)-5*a(n-3)+3*a(n-5)+a(n-6).
G.f.: x*(-32+25*x+60*x^2-21*x^3-46*x^4-13*x^5)/(-1+x+x^2)^3.
E.g.f.: exp(x/2)*(5*(325 + 238*x + 50*x^2)*cosh(sqrt(5)*x/2) + sqrt(5)*(799 + 550*x + 110*x^2)*sinh(sqrt(5)*x/2))/125 - 13. - Stefano Spezia, Sep 02 2025
MATHEMATICA
LinearRecurrence[{3, 0, -5, 0, 3, 1}, {32, 71, 153, 320, 651, 1297}, 20]
CoefficientList[Series[(-32 + 25 x + 60 x^2 - 21 x^3 - 46 x^4 - 13 x^5)/(-1 + x + x^2)^3, {x, 0, 20}], x]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Sep 02 2025
STATUS
approved
