A357135 Take the k-th composition in standard order for each part k of the n-th composition in standard order; then concatenate.
1, 2, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 3, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 3, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 2, 2, 1, 2, 1, 2, 2, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 1
Offset: 0
Keywords
Examples
Triangle begins: 0: 1: 1 2: 2 3: 1 1 4: 1 1 5: 2 1 6: 1 2 7: 1 1 1 8: 3 9: 1 1 1 10: 2 2 11: 2 1 1 12: 1 1 1 13: 1 2 1 14: 1 1 2 15: 1 1 1 1
Links
Crossrefs
See link for sequences related to standard compositions.
Row n is the A357134(n)-th composition in standard order.
Programs
-
Mathematica
stc[n_]:=Differences[Prepend[Join @@ Position[Reverse[IntegerDigits[n,2]],1],0]]//Reverse; Join@@Table[Join@@stc/@stc[n],{n,0,30}]
Formula
Row n is the A357134(n)-th composition in standard order.
Comments