OFFSET
1,1
COMMENTS
Counts exclude the null graph.
LINKS
Eric Weisstein's World of Mathematics, Book Graph
Eric Weisstein's World of Mathematics, Graph Minor
Index entries for linear recurrences with constant coefficients, signature (9,-36,84,-126,126,-84,36,-9,1).
FORMULA
From Eric W. Weisstein, Oct 20 2023: (Start)
For n > 1, a(n) = (60480 + 19152*n + 130148*n^2 + 13356*n^3 + 9947*n^4 + 7728*n^5 +1022*n^6 + 84*n^7 + 3*n^8)/20160.
G.f.: x*(-13+57*x-190*x^2+333*x^3-351*x^4+254*x^5-140*x^6+55*x^7-12*x^8+x^9)/(-1+x)^9. (End)
MATHEMATICA
Join[{13}, Table[(60480 + 19152 n + 130148 n^2 + 13356 n^3 + 9947 n^4 + 7728 n^5 + 1022 n^6 + 84 n^7 + 3 n^8)/20160, {n, 2, 20}]] (* Eric W. Weisstein, Oct 20 2023 *)
Join[{13}, LinearRecurrence[{9, -36, 84, -126, 126, -84, 36, -9, 1}, {60, 262, 957, 2934, 7786, 18434, 39869, 80166, 151830}, 20]] (* Eric W. Weisstein, Oct 20 2023 *)
Rest@CoefficientList[Series[x(-13 + 57 x - 190 x^2 + 333 x^3 - 351 x^4 + 254 x^5 - 140 x^6 + 55 x^7 - 12 x^8 + x^9)/(-1 + x)^9, {x, 0, 20}], x] (* Eric W. Weisstein, Oct 20 2023 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Jun 02 2022
EXTENSIONS
a(10) and beyond from Eric W. Weisstein, Oct 20 2023
STATUS
approved