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!)
A324764 Number of anti-transitive rooted identity trees with n nodes. 21
1, 1, 1, 1, 3, 4, 9, 20, 41, 89, 196, 443, 987, 2246, 5114, 11757, 27122, 62898, 146392, 342204, 802429, 1887882 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
A rooted identity tree is an unlabeled rooted tree with no repeated branches directly under the same root. It is anti-transitive if the branches of the branches of the root are disjoint from the branches of the root.
Also the number of finitary sets S with n brackets where no element of an element of S is also an element of S. For example, the a(8) = 20 finitary sets are (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,{{o,{{o}}}}}
{o,{{o},{{o}}}}
{{o},{{{{o}}}}}
{{o},{{o,{o}}}}
{{o},{o,{{o}}}}
{{{o}},{o,{o}}}
LINKS
EXAMPLE
The a(1) = 1 through a(7) = 9 anti-transitive rooted identity 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
idall[n_]:=If[n==1, {{}}, Select[Union[Sort/@Join@@(Tuples[idall/@#]&/@IntegerPartitions[n-1])], UnsameQ@@#&]];
Table[Length[Select[idall[n], Intersection[Union@@#, #]=={}&]], {n, 10}]
CROSSREFS
Sequence in context: A247579 A282615 A049978 * A092763 A232955 A116868
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Mar 17 2019
EXTENSIONS
a(21)-a(22) from Jinyuan Wang, Jun 20 2020
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 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)