OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Cameron Graph.
Eric Weisstein's World of Mathematics, Maximum Independent Vertex Set.
Index entries for linear recurrences with constant coefficients, signature (3,1,-5,1).
FORMULA
a(n) = 3*a(n-1)+a(n-2)-5*a(n-3)+a(n-4).
G.f.: (x*(-7+x+14*x^2-3*x^3))/(-1+3*x+x^2-5*x^3+x^4).
MATHEMATICA
Table[RootSum[-1 + 5 # - #^2 - 3 #^3 + #^4 &, 74 #^n - 262 #^(n + 1) + 122 #^(n + 2) + 149 #^(n + 3) &]/1327, {n, 20}]
LinearRecurrence[{3, 1, -5, 1}, {7, 20, 53, 147}, 20]
CoefficientList[Series[(-7 + x + 14 x^2 - 3 x^3)/(-1 + 3 x + x^2 - 5 x^3 + x^4), {x, 0, 20}], x]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Sep 02 2025
STATUS
approved
