OFFSET
1,2
REFERENCES
F. Faase, On the number of specific spanning subgraphs of the graphs G X P_n, Ars Combin. 49 (1998), 129-154.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..200
F. Faase, On the number of specific spanning subgraphs of the graphs G X P_n, Preliminary version of paper that appeared in Ars Combin. 49 (1998), 129-154.
F. Faase, Results from the counting program
Index entries for linear recurrences with constant coefficients, signature (2, 7, -2, -3, 1).
FORMULA
a(n) = 2a(n-1) + 7a(n-2) - 2a(n-3) - 3a(n-4) + a(n-5), n > 5.
G.f.: (-x*(x-1)*(x-2)*(x+1))/(-1 + x^5 - 3*x^4 - 2*x^3 + 7*x^2 + 2*x). - Maksym Voznyy (voznyy(AT)mail.ru), Aug 10 2009
MATHEMATICA
LinearRecurrence[{2, 7, -2, -3, 1}, {0, 2, 3, 18, 54}, 30] (* Jean-François Alcover, Sep 21 2019 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved