The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A319378 Number of plane trees with n nodes where the sequence of branches directly under any given node with at least two branches has empty intersection. 3
1, 1, 2, 5, 13, 39, 118, 375, 1225, 4079, 13794, 47287, 163962, 573717, 2023800 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
The a(5) = 13 locally nonintersecting plane trees:
((((o)))) (((oo))) ((ooo)) (oooo)
(((o)o)) ((oo)o)
((o(o))) (o(oo))
(((o))o) ((o)oo)
(o((o))) (o(o)o)
(oo(o))
MATHEMATICA
monplane[n_]:=If[n==1, {{}}, Join@@Table[Select[Tuples[monplane/@c], Or[Length[#]==1, Intersection@@#=={}]&], {c, Join@@Permutations/@IntegerPartitions[n-1]}]];
Table[Length[monplane[n]], {n, 10}]
CROSSREFS
Sequence in context: A000800 A149860 A006823 * A151446 A239106 A022894
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Sep 17 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 05:24 EDT 2024. Contains 372498 sequences. (Running on oeis4.)