Triangle read by rows: T(n,k) is the number of rooted ordered trees with node weights summing to n, where the root has weight 0, all internal nodes have weight 1, and leaf nodes have weights in {1,...,k}.
A384685
Triangle read by rows: T(n,k) is the number of rooted ordered trees with node weights summing to n, where the root has weight 0, all internal nodes have weight 1, and leaf nodes have weights in {1,...,k}.
Terms
- a(0) =1a(1) =0a(2) =1a(3) =0a(4) =2a(5) =3a(6) =0a(7) =5a(8) =8a(9) =9a(10) =0a(11) =14a(12) =25a(13) =28a(14) =29a(15) =0a(16) =42a(17) =83a(18) =95a(19) =98a(20) =99a(21) =0a(22) =132a(23) =289a(24) =337a(25) =349a(26) =352a(27) =353a(28) =0a(29) =429
External references
- oeis: A384685