login
A034799
Triangle read by rows: T(n,k) is the number of partially labeled trees with n nodes, k of which are labeled, 0 <= k <= n.
9
1, 1, 1, 1, 1, 1, 1, 2, 3, 3, 2, 4, 9, 16, 16, 3, 9, 26, 67, 125, 125, 6, 20, 75, 251, 680, 1296, 1296, 11, 48, 214, 888, 3135, 8716, 16807, 16807, 23, 115, 612, 3023, 13155, 47787, 134960, 262144, 262144, 47, 286, 1747, 10038, 51873, 232154, 858578, 2450309, 4782969, 4782969
OFFSET
0,8
REFERENCES
J. Riordan, An Introduction to Combinatorial Analysis, p. 138.
FORMULA
Reference gives generating function.
E.g.f.: r(x,y) - (1/2)*r(x,y)^2 + (1/2)*r(x^2) where r(x,y) is the e.g.f. for A008295 and r(x) is the o.g.f. for A000081. - Sean A. Irvine, Sep 04 2020
EXAMPLE
Triangle begins:
1;
1, 1;
1, 1, 1;
1, 2, 3, 3;
2, 4, 9, 16, 16;
...
CROSSREFS
KEYWORD
nonn,tabl
EXTENSIONS
More terms from Sean A. Irvine, Sep 04 2020
Name edited by Andrew Howroyd, Mar 23 2023
STATUS
approved