A265691 Irregular triangle read by rows: row n gives lexicographically first addition chain of minimal length for n.
1, 1, 2, 1, 2, 3, 1, 2, 4, 1, 2, 3, 5, 1, 2, 3, 6, 1, 2, 3, 4, 7, 1, 2, 4, 8, 1, 2, 3, 6, 9, 1, 2, 3, 5, 10, 1, 2, 3, 4, 7, 11, 1, 2, 3, 6, 12, 1, 2, 3, 5, 8, 13, 1, 2, 3, 4, 7, 14, 1, 2, 3, 5, 10, 15, 1, 2, 4, 8, 16, 1, 2, 4, 8, 9, 17, 1, 2, 3, 6, 9, 18, 1, 2, 3, 4, 8, 11, 19, 1, 2, 3, 5, 10, 20
Offset: 1
Examples
The table starts: 1 1 2 1 2 3 1 2 4 1 2 3 5 1 2 3 6 1 2 3 4 7 1 2 4 8 ...
Comments