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!)
A318187 Number of totally transitive rooted trees with n leaves. 3
2, 2, 4, 8, 16, 32, 62, 122, 234, 451, 857, 1630, 3068, 5772, 10778, 20093, 37259 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A rooted tree is totally transitive if every branch of the root is totally transitive and every branch of a branch of the root is also a branch of the root.
LINKS
EXAMPLE
The a(5) = 16 totally transitive rooted trees with 5 leaves:
(o(o)(o(o)(o)))
(o(o)(o)(o(o)))
(o(o)(o)(o)(o))
(o(o)(oo(o)))
(oo(o)(o(o)))
(o(o)(o)(oo))
(oo(o)(o)(o))
(o(o)(ooo))
(o(oo)(oo))
(oo(o)(oo))
(ooo(o)(o))
(o(oooo))
(oo(ooo))
(ooo(oo))
(oooo(o))
(ooooo)
MATHEMATICA
totralv[n_]:=totralv[n]=If[n==1, {{}, {{}}}, Join@@Table[Select[Union[Sort/@Tuples[totralv/@c]], Complement[Union@@#, #]=={}&], {c, Select[IntegerPartitions[n], Length[#]>1&]}]];
Table[Length[totralv[n]], {n, 8}]
CROSSREFS
Sequence in context: A171648 A189914 A286496 * A217931 A090129 A001137
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Aug 20 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 24 08:48 EDT 2024. Contains 371930 sequences. (Running on oeis4.)