OFFSET
0,2
LINKS
Alexander Burstein, Sergey Kitaev, and Toufik Mansour. Counting independent sets in certain classes of (almost) regular graphs, Pure Mathematics and Applications (PU.M.A.) 19 (2008), no. 2-3, 17-26.
Index entries for linear recurrences with constant coefficients, signature (3,14,-15,-7).
FORMULA
a(n) = 3*a(n-1) + 14*a(n-2) - 15*a(n-3) - 7*a(n-4) for n > 4. - Chai Wah Wu, Dec 24 2023
MATHEMATICA
CoefficientList[Series[(1+2*x+3*x^2)/(1-3*x-14*x^2+15*x^3+7*x^4), {x, 0, 50}
], x] (* Georg Fischer, Jan 19 2024 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Signy Olafsdottir (signy06(AT)ru.is), May 09 2010
EXTENSIONS
More terms from Stefano Spezia, Dec 24 2023
Offset changed to 0 by Georg Fischer, Jan 19 2024
STATUS
approved