OFFSET
1,1
COMMENTS
For n >= 4, also the number of independent vertex sets in the (n-3)-Plummer-Toft graph.
LINKS
Eric Weisstein's World of Mathematics, Independent Vertex Set.
Eric Weisstein's World of Mathematics, Plummer-Toft Graph.
Index entries for linear recurrences with constant coefficients, signature (2,0,-1).
FORMULA
MATHEMATICA
Table[LucasL[n] + 6, {n, 20}]
LucasL[Range[20]] + 6
LinearRecurrence[{2, 0, -1}, {7, 9, 10}, 20]
CoefficientList[Series[-(-7 + 5 x + 8 x^2)/((-1 + x) (-1 + x + x^2)), {x, 0, 20}], x]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Sep 03 2025
STATUS
approved
