OFFSET
0,1
COMMENTS
For n >= 1, a(n) is also the number of minimum total dominating sets in the Lindgren-Sousselier graph on 6*n+4 vertices.
LINKS
Eric Weisstein's World of Mathematics, Lindgren-Sousselier Graphs.
Eric Weisstein's World of Mathematics, Minimum Total Dominating Set.
Index entries for linear recurrences with constant coefficients, signature (5,-8,5,-1).
FORMULA
MATHEMATICA
Table[LucasL[2 n + 1] + 4 n + 2, {n, 0, 20}]
LinearRecurrence[{5, -8, 5, -1}, {10, 21, 43, 94}, {0, 20}]
CoefficientList[Series[((1 + x) (3 - 8 x + 3 x^2))/((-1 + x)^2 (1 - 3 x + x^2)), {x, 0, 20}], x]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Apr 02 2025
STATUS
approved
