OFFSET
0,2
COMMENTS
The graph LOOP X C_n is constructed by attaching a loop to each vertex of the cycle graph C_n.
The generating function for this sequence was found via the "Omega" package for Mathematica authored by Axel Riese. The package can be downloaded from the link given in the article by G. E. Andrews et al.
LINKS
G. E. Andrews, P. Paule and A. Riese, MacMahon's partition analysis III. The Omega package.
Eric Weisstein's World of Mathematics, Cycle Graph.
Eric Weisstein's World of Mathematics, Graph Loop.
FORMULA
G.f.: (1 + 67*z + 811*z^2 + 3049*z^3 + 4609*z^4 + 3049*z^5 + 811*z^6 + 67*z^7 + z^8)/((1 + z)*(1 - z)^10).
MATHEMATICA
CoefficientList[Series[(1 + 67*z + 811*z^2 + 3049*z^3 + 4609*z^4 + 3049*z^5 + 811*z^6 + 67*z^7 + z^8)/((1 + z)*(1 - z)^10), {z, 0, 22}], z].
PROG
(PARI) x='x+O('x^99); Vec((1+67*x+811*x^2+3049*x^3+4609*x^4+3049*x^5+811*x^6+67*x^7+x^8)/((1+x)*(1-x)^10)) \\ Altug Alkan, Oct 11 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
L. Edson Jeffery, Oct 06 2017
STATUS
approved