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!)
A319381 Number of plane trees with n nodes where the sequence of branches directly under any given node is a membership-chain. 4
1, 1, 1, 2, 2, 4, 6, 9, 11, 20, 28, 40, 58, 82, 110, 159, 217, 305, 420, 570, 767, 1042 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
EXAMPLE
The a(9) = 11 membership-chain trees:
((((((((o)))))))) (((((((o)o)))))) ((((((o)o)o)))) (((((o)o)o)o))
((((((o))(o))))) (((((o)o)(o)))) ((((o)o)(o)o))
(((((o)))((o)))) (((((o))(o)o))) ((((o))(o)o)o)
((((o))(o))(o))
MATHEMATICA
yanplane[n_]:=If[n==1, {{}}, Join@@Table[Select[Tuples[yanplane/@c], And@@MemberQ@@@Partition[#, 2, 1]&], {c, Join@@Permutations/@IntegerPartitions[n-1]}]];
Table[Length[yanplane[n]], {n, 10}]
CROSSREFS
Sequence in context: A222735 A299408 A338937 * A340496 A035564 A240065
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 April 18 18:49 EDT 2024. Contains 371781 sequences. (Running on oeis4.)