Level of the first leaf (in preorder traversal) of a binary tree, summed over all binary trees with n edges. A binary tree is a rooted tree in which each vertex has at most two children and each child of a vertex is designated as its left or right child.
A120989
Level of the first leaf (in preorder traversal) of a binary tree, summed over all binary trees with n edges. A binary tree is a rooted tree in which each vertex has at most two children and each child of a vertex is designated as its left or right child.
Terms
- a(0) =2a(1) =9a(2) =34a(3) =123a(4) =440a(5) =1573a(6) =5642a(7) =20332a(8) =73644a(9) =268090a(10) =980628a(11) =3603065a(12) =13293540a(13) =49234605a(14) =182991450a(15) =682341000a(16) =2551955340a(17) =9570762990a(18) =35985909180a(19) =135628219350a(20) =512302356384
External references
- oeis: A120989