OFFSET
0,6
COMMENTS
Old name was "Non-planar unlabeled trees with neither unary nor binary nodes". I am leaving this alternative name here because it may help clarify the definitions of related sequences. - N. J. A. Sloane.
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..1000
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 95
FORMULA
a(n) ~ c * d^n / n^(3/2), where d = 2.2318799173898687960533559522113115638..., c = 0.3390616344584879699709248904124... . - Vaclav Kotesovec, May 04 2015
EXAMPLE
For instance, with 7 leaves, the 6 choices are:
. [ *,*,*,*,*,*,* ]
. [ *,*,*,*,[ *,*,* ] ]
. [ *,*,*,[ *,*,*,* ] ]
. [ *,*,[ *,*,*,*,* ] ]
. [ *,*,[ *,*,[ *,*,* ] ] ]
. [ *,[ *,*,* ],[ *,*,* ] ]
MAPLE
spec := [ S, {B=Union(S, Z), S=Set(B, 3 <= card)}, unlabeled ]: seq(combstruct[ count ](spec, size=n), n=0..50);
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
EXTENSIONS
More terms from Paul Zimmermann, Oct 31 2002
STATUS
approved