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!)
A324768 Number of fully anti-transitive rooted trees with n nodes. 14
1, 1, 2, 3, 6, 11, 27, 60, 152, 376, 968, 2492, 6549, 17259, 46000, 123214, 332304, 900406, 2451999, 6703925 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
An unlabeled rooted tree is fully anti-transitive if no proper terminal subtree of any branch of the root is a branch of the root.
LINKS
EXAMPLE
The a(1) = 1 through a(6) = 11 rooted trees:
o (o) (oo) (ooo) (oooo) (ooooo)
((o)) ((oo)) ((ooo)) ((oooo))
(((o))) (((oo))) (((ooo)))
((o)(o)) ((o)(oo))
((o(o))) ((o(oo)))
((((o)))) ((oo(o)))
((((oo))))
(((o)(o)))
(((o(o))))
((o((o))))
(((((o)))))
MATHEMATICA
rtall[n_]:=Union[Sort/@Join@@(Tuples[rtall/@#]&/@IntegerPartitions[n-1])];
Table[Length[Select[rtall[n], Intersection[Union@@Rest[FixedPointList[Union@@#&, #]], #]=={}&]], {n, 10}]
CROSSREFS
Sequence in context: A024423 A115114 A356715 * A086209 A022490 A102952
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Mar 17 2019
EXTENSIONS
a(17)-a(20) 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 July 14 15:52 EDT 2024. Contains 374322 sequences. (Running on oeis4.)