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!)
A324840 Number of fully recursively anti-transitive rooted trees with n nodes. 16

%I #6 Mar 18 2019 08:15:54

%S 1,1,2,3,5,7,14,23,46,85,165,313,625,1225,2459,4919,9928,20078,40926,

%T 83592

%N Number of fully recursively anti-transitive rooted trees with n nodes.

%C An unlabeled rooted tree is fully recursively anti-transitive if no proper terminal subtree of any terminal subtree is a branch of the larger subtree.

%H Gus Wiseman, <a href="/A324840/a324840.png">The a(8) = 23 fully recursively anti-transitive rooted trees</a>.

%H Gus Wiseman, <a href="/A324840/a324840_1.png">The a(9) = 46 fully recursively anti-transitive rooted trees</a>.

%H Gus Wiseman, <a href="/A324840/a324840_2.png">The a(10) = 85 fully recursively anti-transitive rooted trees</a>.

%e The a(1) = 1 through a(7) = 14 fully recursively anti-transitive rooted trees:

%e o (o) (oo) (ooo) (oooo) (ooooo) (oooooo)

%e ((o)) ((oo)) ((ooo)) ((oooo)) ((ooooo))

%e (((o))) (((oo))) (((ooo))) (((oooo)))

%e ((o)(o)) ((o)(oo)) ((o)(ooo))

%e ((((o)))) ((((oo)))) ((oo)(oo))

%e (((o)(o))) ((((ooo))))

%e (((((o))))) (((o))(oo))

%e (((o)(oo)))

%e ((o)((oo)))

%e ((o)(o)(o))

%e (((((oo)))))

%e ((((o)(o))))

%e (((o))((o)))

%e ((((((o))))))

%t dallt[n_]:=Select[Union[Sort/@Join@@(Tuples[dallt/@#]&/@IntegerPartitions[n-1])],Intersection[Union@@Rest[FixedPointList[Union@@#&,#]],#]=={}&];

%t Table[Length[dallt[n]],{n,10}]

%Y Cf. A000081, A279861, A290689, A304360, A306844, A318185.

%Y Cf. A324695, A324751, A324756, A324758, A324763, A324765, A324768, A324769, A324770.

%Y Cf. A324838, A324841, A324844, A324846.

%K nonn,more

%O 1,3

%A _Gus Wiseman_, Mar 17 2019

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 31 11:00 EDT 2024. Contains 372981 sequences. (Running on oeis4.)