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!)
A317785 Number of locally connected rooted trees with n nodes. 4
1, 1, 1, 1, 2, 2, 4, 4, 7, 8, 12, 14, 21, 24, 34, 42, 55, 67, 91, 109, 144, 177, 228, 281, 366, 448, 579, 720, 916, 1142 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
An unlabeled rooted tree is locally connected if the branches directly under any given node are connected as a hypergraph.
LINKS
EXAMPLE
The a(11) = 12 locally connected rooted trees:
((((((((((o))))))))))
((((((((o)(o))))))))
(((((((o))((o)))))))
((((((o)))(((o))))))
(((((o))))((((o)))))
((((((o)(o)(o))))))
(((((o))((o)(o)))))
((((o))((o))((o))))
((((o)(o)(o)(o))))
(((o))((o)(o)(o)))
(((o)(o))((o)(o)))
((o)(o)(o)(o)(o))
MATHEMATICA
multijoin[mss__]:=Join@@Table[Table[x, {Max[Count[#, x]&/@{mss}]}], {x, Union[mss]}];
csm[s_]:=With[{c=Select[Tuples[Range[Length[s]], 2], And[OrderedQ[#], UnsameQ@@#, Length[Intersection@@s[[#]]]>0]&]}, If[c=={}, s, csm[Union[Append[Delete[s, List/@c[[1]]], multijoin@@s[[c[[1]]]]]]]]];
rurt[n_]:=If[n==1, {{}}, Join@@Table[Select[Union[Sort/@Tuples[rurt/@ptn]], Or[Length[#]==1, Length[csm[#]]==1]&], {ptn, IntegerPartitions[n-1]}]];
Table[Length[rurt[n]], {n, 10}]
CROSSREFS
Sequence in context: A002865 A085811 A187219 * A014810 A318771 A363726
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Aug 06 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 23 11:27 EDT 2024. Contains 371913 sequences. (Running on oeis4.)