OFFSET
0,1
COMMENTS
The sequence has been extended to a(0) using the recurrence. - Andrew Howroyd, Feb 15 2026
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..1000
Eric Weisstein's World of Mathematics, Minimal Dominating Set.
Eric Weisstein's World of Mathematics, Necklace Graph.
Index entries for linear recurrences with constant coefficients, signature (4,-3,11,-6,16,-8).
FORMULA
G.f.: (6 - 20*x + 12*x^2 - 33*x^3 + 12*x^4 - 16*x^5)/(1 - 4*x + 3*x^2 - 11*x^3 + 6*x^4 - 16*x^5 + 8*x^6). - Andrew Howroyd, Feb 15 2026
MATHEMATICA
Table[RootSum[8 - 16 # + 6 #^2 - 11 #^3 + 3 #^4 - 4 #^5 + #^6 &, #^n &], {n, 0, 26}] (* Eric W. Weisstein, Feb 16 2026 *)
RootSum[8 - 16 # + 6 #^2 - 11 #^3 + 3 #^4 - 4 #^5 + #^6 &, #^Range[0, 26] &] (* Eric W. Weisstein, Feb 16 2026 *)
LinearRecurrence[{4, -3, 11, -6, 16, -8}, {4, 10, 61, 234, 919, 3601}, 26] (* Eric W. Weisstein, Feb 16 2026 *)
CoefficientList[Series[-(-4 + 6 x - 33 x^2 + 24 x^3 - 80 x^4 + 48 x^5)/(1 - 4 x + 3 x^2 - 11 x^3 + 6 x^4 - 16 x^5 + 8 x^6), {x, 0, 25}], x] (* Eric W. Weisstein, Feb 16 2026 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Feb 15 2026
EXTENSIONS
a(0) prepended and a(7) onward from Andrew Howroyd, Feb 15 2026
STATUS
approved
