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!)
A306269 Regular triangle read by rows where T(n,k) is the number of unlabeled balanced rooted semi-identity trees with n >= 1 nodes and depth 0 <= k < n. 3
1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 2, 1, 1, 1, 0, 1, 2, 2, 1, 1, 1, 0, 1, 3, 3, 2, 1, 1, 1, 0, 1, 3, 4, 3, 2, 1, 1, 1, 0, 1, 5, 6, 5, 3, 2, 1, 1, 1, 0, 1, 5, 9, 7, 5, 3, 2, 1, 1, 1, 0, 1, 7, 12, 12, 8, 5, 3, 2, 1, 1, 1, 0, 1, 8, 17, 17, 13, 8, 5, 3, 2, 1, 1, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,18
COMMENTS
A rooted tree is a semi-identity tree if the non-leaf branches of the root are all distinct and are themselves semi-identity trees. It is balanced if all leaves are the same distance from the root.
LINKS
EXAMPLE
Triangle begins:
1
0 1
0 1 1
0 1 1 1
0 1 1 1 1
0 1 2 1 1 1
0 1 2 2 1 1 1
0 1 3 3 2 1 1 1
0 1 3 4 3 2 1 1 1
0 1 5 6 5 3 2 1 1 1
0 1 5 9 7 5 3 2 1 1 1
0 1 7 12 12 8 5 3 2 1 1 1
0 1 8 17 17 13 8 5 3 2 1 1 1
0 1 10 25 26 20 14 8 5 3 2 1 1 1
0 1 12 34 39 31 21 14 8 5 3 2 1 1 1
The postpositive terms of row 9 {3, 4, 3, 2} count the following trees:
((ooooooo)) (((oooooo))) ((((ooooo)))) (((((oooo)))))
((o)(ooooo)) (((o)(oooo))) ((((o)(ooo)))) (((((o)(oo)))))
((oo)(oooo)) (((oo)(ooo))) ((((o))((oo))))
(((o))((ooo)))
MATHEMATICA
ubk[n_, k_]:=Select[Join@@Table[Select[Union[Sort/@Tuples[ubk[#, k-1]&/@ptn]], UnsameQ@@DeleteCases[#, {}]&], {ptn, IntegerPartitions[n-1]}], SameQ[k, ##]&@@Length/@Position[#, {}]&];
Table[Length[ubk[n, k]], {n, 1, 10}, {k, 0, n-1}]
CROSSREFS
Row sums give A306201.
T(2n-1,n) gives A306274.
Sequence in context: A278287 A227752 A316771 * A035212 A318133 A068029
KEYWORD
nonn,tabl
AUTHOR
Gus Wiseman, Feb 01 2019
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 9 02:21 EDT 2024. Contains 374171 sequences. (Running on oeis4.)