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!)
A316501 Number of unlabeled rooted trees with n nodes in which the branches of any node with more than one distinct branch have empty intersection. 5
1, 1, 2, 4, 9, 19, 45, 103, 250, 611, 1528, 3853, 9875, 25481, 66382, 174085, 459541, 1219462 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
The a(6) = 19 rooted trees:
(((((o)))))
((((oo))))
(((o(o))))
(((ooo)))
((o((o))))
((o(oo)))
(((o)(o)))
((oo(o)))
((oooo))
(o(((o))))
(o((oo)))
(o(o(o)))
(o(ooo))
((o)((o)))
(oo((o)))
(oo(oo))
(o(o)(o))
(ooo(o))
(ooooo)
MATHEMATICA
strut[n_]:=strut[n]=If[n===1, {{}}, Select[Join@@Function[c, Union[Sort/@Tuples[strut/@c]]]/@IntegerPartitions[n-1], Or[Length[Union[#]]==1, Intersection@@#=={}]&]];
Table[Length[strut[n]], {n, 15}]
CROSSREFS
Sequence in context: A084083 A036611 A316473 * A036612 A291648 A036613
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Jul 05 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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)