[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A336087 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Triangle read by rows: T(n, k) is the number of forests with n (unlabeled) nodes and k planted trees.
(history; published version)
#14 by R. J. Mathar at Wed Sep 02 10:39:49 EDT 2020
STATUS

editing

approved

#13 by R. J. Mathar at Wed Sep 02 10:38:56 EDT 2020
COMMENTS

If k > floor(n/2), T(n,k) = 0; otherwise T(n,k) = a(n-k, k), a(n,k) the triangle given by A033185.

LINKS

E. M. Palmer and A. J. Schwenk, <a href="httphttps://dx.doi.org/10.1016/0095-8956(79)90073-X">On the number of trees in a random forest</a>, J. Combin. Theory, B 27 (1979), 109-121.

<a href="/index/Ro#rooted">Index entries for sequences related to rooted trees</a>

FORMULA

If k > floor(n/2), T(n,k) = 0; otherwise T(n,k) = A033185(n-k, k).

CROSSREFS

Cf. A000081, A005199, A005198 (row sums), A033185.

STATUS

proposed

editing

#12 by Sean A. Irvine at Sat Aug 29 16:51:12 EDT 2020
STATUS

editing

proposed

#11 by Sean A. Irvine at Sat Aug 29 16:51:09 EDT 2020
COMMENTS

The number of planted trees with n+1 nodes is equal to the number of rooted trees with n nodes. [See Palmer-Schwenk link , pp . 115].

If k > floor(n/2) , T(n,k) = 0 ; otherwise T(n,k) = a(n-k, k), a(n,k) the triangle given by A033185.

STATUS

proposed

editing

#10 by Washington Bomfim at Sun Aug 02 22:55:42 EDT 2020
STATUS

editing

proposed

#9 by Washington Bomfim at Sun Aug 02 22:53:03 EDT 2020
EXAMPLE

n\t k 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

n\t k 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

#8 by Washington Bomfim at Sun Aug 02 22:49:03 EDT 2020
NAME

FTriangle read by rows: T(n,t k) is the number of forests with n (unlabeled) nodes and exactly t k planted trees.

COMMENTS

If t k > floor(n/2) FT(n,tk) = 0 otherwise FT(n,tk) = a(n-t, tk, k), a(n,tk) the triangle given by A033185.

FORMULA

FT(1,1) = 0, if n >= 2 FT(n,tk) = Sum_{P_1(n,tk)}( Product_{kj=2..n} binomial(A000081(kj-1) + c_k j - 1, c_kj) ), where P_1(n, tk) is the set of the partitions of n with t k parts greater than one: 2*c_2 + ... + n*c_n = n; c_2, ..., c_n >= 0.

EXAMPLE

Triangle FT(n,tk)

15 32973, 11185, 2095, 320, 47, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0...;

...

A005199(6) = Sum_t t{k=1..6}( k *F T(6,tk) ) = 1*9 + 2*3 +3*1 = 18.

KEYWORD

nonn,changed,tabl

#7 by Sean A. Irvine at Sun Aug 02 19:26:10 EDT 2020
STATUS

proposed

editing

#6 by Washington Bomfim at Wed Jul 08 16:46:25 EDT 2020
STATUS

editing

proposed

Discussion
Sun Aug 02
19:26
Sean A. Irvine: Title does not follow OEIS conventions.  Should be something like "Triangle of ....".  Also needs "tabl" keyword.
#5 by Washington Bomfim at Wed Jul 08 16:45:08 EDT 2020
EXAMPLE

6 9, 3, 1, 0, 0, 0; A005199(6)=Sum_t t*F(6,t)= 1*9 + 2*3 +3*1 = 18.

6 9, 3, 1, 0, 0, 0;

A005199(6) = Sum_t t*F(6,t) = 1*9 + 2*3 +3*1 = 18.