OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Maximal Independent Edge Set.
Eric Weisstein's World of Mathematics, Necklace Graph.
Index entries for linear recurrences with constant coefficients, signature (3,8,4).
FORMULA
a(n) = (-1)^n+A170931(n).
a(n) = (-1)^n+2^n*A002203(n).
a(n) = 3*a(n-1)+8*a(n-2)+4*a(n-3).
G.f.: x*(-3-16*x-12*x^2)/(-1+3*x+8*x^2+4*x^3).
a(n) + a(n+1) = A108051(n+2), n>=1. - R. J. Mathar, Feb 27 2026
MATHEMATICA
Table[(-1)^n + 2^n LucasL[n, 2], {n, 20}]
LinearRecurrence[{3, 8, 4}, {3, 25, 111}, 20]
CoefficientList[Series[(-3 - 16 x - 12 x^2)/(-1 + 3 x + 8 x^2 + 4 x^3), {x, 0, 20}], x]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Feb 15 2026
STATUS
approved
