cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A159768 Number of n-leaf binary trees that do not contain (()(()(()((()())())))) as a subtree.

Original entry on oeis.org

1, 1, 2, 5, 14, 41, 124, 385, 1221, 3939, 12886, 42648, 142544, 480459, 1631287, 5574073, 19153815, 66146259, 229452587, 799140681, 2793373937, 9796395680, 34459558856, 121548541383, 429823475811, 1523511450184, 5411789548439
Offset: 1

Views

Author

Eric Rowland, Apr 23 2009

Keywords

Comments

By 'binary tree' we mean a rooted, ordered tree in which each vertex has either 0 or 2 children.

Formula

G.f. f(x) satisfies -x f(x)^3 + (x-1) x f(x)^2 + (x-1)^2 f(x) + (x-1) x = 0.