Triangle read by rows: T(n,k) is number of hex trees with n edges and level of first leaf (in the preorder traversal) equal to k (1 <= k <= n).
A126186
Triangle read by rows: T(n,k) is number of hex trees with n edges and level of first leaf (in the preorder traversal) equal to k (1 <= k <= n).
Terms
- a(0) =3a(1) =1a(2) =9a(3) =3a(4) =6a(5) =27a(6) =10a(7) =19a(8) =27a(9) =81a(10) =36a(11) =66a(12) =90a(13) =108a(14) =243a(15) =137a(16) =245a(17) =325a(18) =378a(19) =405a(20) =729a(21) =543a(22) =954a(23) =1242a(24) =1416a(25) =1485a(26) =1458a(27) =2187a(28) =2219a(29) =3848
External references
- oeis: A126186