login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A215865
Number of simple labeled graphs on n+5 nodes with exactly n connected components that are trees or cycles.
2
0, 1356, 15029, 90734, 394506, 1381695, 4138827, 11002068, 26603148, 59546487, 124984860, 248436188, 471271892, 858408642, 1508851218, 2569865520, 4255708464, 6872006526, 10847057991, 16771536474, 25448295950, 37954221305, 55716334245, 80604653220
OFFSET
0,2
LINKS
FORMULA
G.f.: (194*x^4-713*x^3-5*x^2+113*x+1356)*x/(1-x)^11.
a(n) = C(n+5,6)*(3*n^4+130*n^3+1565*n^2+7006*n+12992)/16.
MAPLE
a:= n-> binomial(n+5, 6)*(12992+(7006+(1565+(130+3*n)*n)*n)*n)/16:
seq(a(n), n=0..40);
CROSSREFS
A diagonal of A215861.
Sequence in context: A107559 A056103 A259249 * A172379 A192319 A125270
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Aug 25 2012
STATUS
approved