Triangle read by rows: T(n,k) is the number of binary trees with n edges and k jumps (n >= 0, 0 <= k <= max(0,ceiling(n/2)-1) ).

A127530

Triangle read by rows: T(n,k) is the number of binary trees with n edges and k jumps (n >= 0, 0 <= k <= max(0,ceiling(n/2)-1) ).

Terms

    a(0) =1a(1) =2a(2) =5a(3) =12a(4) =2a(5) =29a(6) =13a(7) =70a(8) =60a(9) =2a(10) =169a(11) =235a(12) =25a(13) =408a(14) =836a(15) =184a(16) =2a(17) =985a(18) =2790a(19) =1046a(20) =41a(21) =2378a(22) =8896a(23) =5080a(24) =440a(25) =2a(26) =5741a(27) =27410a(28) =22164a(29) =3410

External references