A362228 Triangle read by rows: row n is the shortest, then lexicographically earliest sequence of positive integers that takes n iterations of the run transform to reach 1.
1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 2, 2, 1, 2, 2, 1, 1, 2, 1, 1, 2, 1
Offset: 0
Examples
The triangle begins: 0 1; 1 2; 2 1, 1; 3 1, 2; 4 1, 1, 2; 5 1, 1, 2, 1; 6 1, 2, 1, 1, 2; 7 1, 1, 2, 1, 2, 2, 1; 8 1, 2, 1, 1, 2, 1, 1, 2, 2, 1; 9 1, 2, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 2; 10 1, 1, 2, 1, 2, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 2, 1, 1, 2; ... Here is the run transform iterated on the 6th row (1, 2, 1, 1, 2), which takes 6 transformations to reach 1: 1, 1, 2, 1 2, 1, 1 1, 2 1, 1 2 1
Crossrefs
Cf. A327662.
Comments