OFFSET
0,1
COMMENTS
Sequence extended to a(0) using the formula/recurrence.
LINKS
Eric Weisstein's World of Mathematics, Independent Edge Set.
Eric Weisstein's World of Mathematics, Trapezohedral Graph.
Index entries for linear recurrences with constant coefficients, signature (9,-30,45,-30,9,-1).
FORMULA
a(n) = 9*a(n-1)-30*a(n-2)+45*a(n-3)-30*a(n-4)+9*a(n-5)-a(n-6).
G.f.: -(-2+12*x-33*x^2+45*x^3-27*x^4+6*x^5)/(1-3*x+x^2)^3.
E.g.f.: exp(3*x/2)*(5*(10 + 15*x + 7*x^2)*cosh(sqrt(5)*x/2) + sqrt(5)*x*(41 + 15*x)*sinh(sqrt(5)*x/2))/25. - Stefano Spezia, Sep 02 2025
MATHEMATICA
Table[((n^2 + 5) LucasL[2 n] + 12 n Fibonacci[2 n])/5, {n, 0, 20}]
LinearRecurrence[{9, -30, 45, -30, 9, -1}, {6, 27, 108, 399, 1398, 4714}, {0, 20}]
CoefficientList[Series[-(-2 + 12 x - 33 x^2 + 45 x^3 - 27 x^4 + 6 x^5)/(1 - 3 x + x^2)^3, {x, 0, 20}], x]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Sep 02 2025
STATUS
approved
