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!)
A324936 Number of unlabeled rooted trees with n vertices whose non-leaf terminal subtrees are all different. 9
1, 1, 2, 4, 8, 17, 37, 83, 189, 436, 1014, 2373, 5578, 13156, 31104, 73665, 174665, 414427, 983606, 2334488 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
The Matula-Goebel numbers of these trees are given by A324935.
LINKS
EXAMPLE
The a(1) = 1 through a(6) = 17 trees:
o (o) (oo) (ooo) (oooo) (ooooo)
((o)) ((oo)) ((ooo)) ((oooo))
(o(o)) (o(oo)) (o(ooo))
(((o))) (oo(o)) (oo(oo))
(((oo))) (ooo(o))
((o(o))) (((ooo)))
(o((o))) ((o)(oo))
((((o)))) ((o(oo)))
((oo(o)))
(o((oo)))
(o(o(o)))
(oo((o)))
((((oo))))
(((o(o))))
((o((o))))
(o(((o))))
(((((o)))))
MATHEMATICA
durt[n_]:=Join@@Table[Select[Union[Sort/@Tuples[durt/@ptn]], UnsameQ@@Cases[#, {__}, {0, Infinity}]&], {ptn, IntegerPartitions[n-1]}];
Table[Length[durt[n]], {n, 10}]
CROSSREFS
Sequence in context: A004148 A292460 A085022 * A358453 A331783 A003426
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Mar 21 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 May 14 06:13 EDT 2024. Contains 372528 sequences. (Running on oeis4.)