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!)
A318185 Number of totally transitive rooted trees with n nodes. 23
1, 1, 1, 2, 3, 5, 7, 12, 17, 28, 41, 65, 96, 150, 221, 342, 506, 771, 1142, 1731, 2561, 3855, 5702, 8538, 12620, 18817, 27774, 41276, 60850, 90139 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
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. Unlike transitive rooted trees (A290689), every terminal subtree of a totally transitive rooted tree is itself totally transitive.
LINKS
EXAMPLE
The a(8) = 12 totally transitive rooted trees:
(o(o)(o(o)))
(o(o)(o)(o))
(o(o)(ooo))
(o(oo)(oo))
(oo(o)(oo))
(ooo(o)(o))
(o(ooooo))
(oo(oooo))
(ooo(ooo))
(oooo(oo))
(ooooo(o))
(ooooooo)
The a(9) = 17 totally transitive rooted trees:
(o(o)(oo(o)))
(oo(o)(o(o)))
(o(o)(o)(oo))
(oo(o)(o)(o))
(o(o)(oooo))
(o(oo)(ooo))
(oo(o)(ooo))
(oo(oo)(oo))
(ooo(o)(oo))
(oooo(o)(o))
(o(oooooo))
(oo(ooooo))
(ooo(oooo))
(oooo(ooo))
(ooooo(oo))
(oooooo(o))
(oooooooo)
MATHEMATICA
totra[n_]:=totra[n]=If[n==1, {{}}, Join@@Table[Select[Union[Sort/@Tuples[totra/@c]], Complement[Union@@#, #]=={}&], {c, IntegerPartitions[n-1]}]];
Table[Length[totra[n]], {n, 20}]
CROSSREFS
Sequence in context: A326593 A123569 A305651 * A048816 A080528 A245152
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)