OFFSET
1,1
COMMENTS
Extended to n=1 using the formula/recurrence.
LINKS
Eric Weisstein's World of Mathematics, Maximal Independent Vertex Set
Eric Weisstein's World of Mathematics, Minimal Vertex Cover
Eric Weisstein's World of Mathematics, Trapezohedral Graph
Index entries for linear recurrences with constant coefficients, signature (3,-3,2,-1).
FORMULA
MATHEMATICA
Table[1 + RootSum[-1 + # - 2 #^2 + #^3 &, #^n &], {n, 0, 20}]
LinearRecurrence[{3, -3, 2, -1}, {3, 3, 6, 11}, 20]
CoefficientList[Series[(3 - 6 x + 6 x^2 - 4 x^3)/(1 - 3 x + 3 x^2 - 2 x^3 + x^4), {x, 0, 20}], x]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Nov 25 2023
STATUS
approved