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!)
A358371 Number of leaves in the n-th standard ordered rooted tree. 26
1, 1, 1, 2, 1, 2, 2, 3, 2, 2, 2, 3, 2, 3, 3, 4, 1, 3, 2, 3, 2, 3, 3, 4, 3, 3, 3, 4, 3, 4, 4, 5, 2, 2, 3, 4, 2, 3, 3, 4, 3, 3, 3, 4, 3, 4, 4, 5, 2, 4, 3, 4, 3, 4, 4, 5, 4, 4, 4, 5, 4, 5, 5, 6, 2, 3, 2, 3, 3, 4, 4, 5, 3, 3, 3, 4, 3, 4, 4, 5, 2, 4, 3, 4, 3, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,4

COMMENTS

We define the n-th standard ordered rooted tree to be obtained by taking the (n-1)-th composition in standard order (graded reverse-lexicographic, A066099) as root and replacing each part with its own standard ordered rooted tree. This ranking is an ordered variation of Matula-Goebel numbers, giving a bijective correspondence between positive integers and unlabeled ordered rooted trees.

LINKS

Table of n, a(n) for n=1..86.

Gus Wiseman, Statistics, classes, and transformations of standard compositions

EXAMPLE

The standard ordered rooted tree ranking begins:

1: o 10: (((o))o) 19: (((o))(o))

2: (o) 11: ((o)(o)) 20: (((o))oo)

3: ((o)) 12: ((o)oo) 21: ((o)((o)))

4: (oo) 13: (o((o))) 22: ((o)(o)o)

5: (((o))) 14: (o(o)o) 23: ((o)o(o))

6: ((o)o) 15: (oo(o)) 24: ((o)ooo)

7: (o(o)) 16: (oooo) 25: (o(oo))

8: (ooo) 17: ((((o)))) 26: (o((o))o)

9: ((oo)) 18: ((oo)o) 27: (o(o)(o))

For example, the 25th ordered tree is (o,(o,o)) because the 24th composition is (1,4) and the 3rd composition is (1,1). Hence a(25) = 3.

MATHEMATICA

stc[n_]:=Differences[Prepend[Join @@ Position[Reverse[IntegerDigits[n, 2]], 1], 0]]//Reverse;

srt[n_]:=If[n==1, {}, srt/@stc[n-1]];

Table[Count[srt[n], {}, {0, Infinity}], {n, 100}]

CROSSREFS

The triangle counting trees by this statistic is A001263, unordered A055277.

The version for unordered trees is A109129, nodes A061775, edges A196050.

The nodes are counted by A358372.

A000081 counts unordered rooted trees, ranked by A358378.

A000108 counts ordered rooted trees.

A358374 ranks ordered identity trees, counted by A032027.

A358375 ranks ordered binary trees, counted by A126120

Cf. A004249, A005043, A063895, A187306, A284778, A358373, A358376, A358377.

Sequence in context: A064122 A323424 A334098 * A263922 A057526 A033265

Adjacent sequences: A358368 A358369 A358370 * A358372 A358373 A358374

KEYWORD

nonn

AUTHOR

Gus Wiseman, Nov 13 2022

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 February 27 21:47 EST 2023. Contains 360711 sequences. (Running on oeis4.)