Triangle read by rows: T(n,k) is the number of binary trees (each vertex has 0, or 1 left, or 1 right, or 2 children) with k edges and all leaves at level n.
A106375
Triangle read by rows: T(n,k) is the number of binary trees (each vertex has 0, or 1 left, or 1 right, or 2 children) with k edges and all leaves at level n.
Terms
- a(0) =2a(1) =1a(2) =0a(3) =4a(4) =2a(5) =4a(6) =4a(7) =1a(8) =0a(9) =0a(10) =8a(11) =4a(12) =8a(13) =24a(14) =18a(15) =36a(16) =48a(17) =40a(18) =36a(19) =24a(20) =8a(21) =1a(22) =0a(23) =0a(24) =0a(25) =16a(26) =8a(27) =16a(28) =48a(29) =100
External references
- oeis: A106375