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!)
A324843 Number of unlabeled rooted trees with n nodes where the branches of any branch of any terminal subtree form a submultiset of the branches of the same subtree. 12
1, 1, 1, 2, 2, 4, 4, 8, 9, 15, 17, 31, 35, 57, 70, 111, 136, 213, 265, 405, 517, 763, 987, 1458, 1893, 2736, 3611, 5161, 6836, 9702 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
A subset of totally transitive rooted trees (A318185).
LINKS
EXAMPLE
The a(1) = 1 through a(8) = 8 rooted trees:
o (o) (oo) (ooo) (oooo) (ooooo) (oooooo) (ooooooo)
(o(o)) (oo(o)) (oo(oo)) (ooo(oo)) (ooo(ooo))
(ooo(o)) (oooo(o)) (oooo(oo))
(o(o)(o)) (oo(o)(o)) (ooooo(o))
(oo(o)(oo))
(ooo(o)(o))
(o(o)(o)(o))
(o(o)(o(o)))
MATHEMATICA
submultQ[cap_, fat_]:=And@@Function[i, Count[fat, i]>=Count[cap, i]]/@Union[List@@cap];
rallt[n_]:=Select[Union[Sort/@Join@@(Tuples[rallt/@#]&/@IntegerPartitions[n-1])], And@@Table[submultQ[b, #], {b, #}]&];
Table[Length[rallt[n]], {n, 10}]
CROSSREFS
The Matula-Goebel numbers of these trees are given by A324842.
Sequence in context: A351788 A183565 A222708 * A306692 A356236 A120803
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Mar 18 2019
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)