Given a number n with k digits, enumerate the positions of the digits starting from LSD = 1 to MSD = k. Then concatenate in ascending order the positions of the minimum digit in n. Repeat the same process for all the different digits, in ascending order, in n. Sequence lists the fixed points of this transform.

A260274

Given a number n with k digits, enumerate the positions of the digits starting from LSD = 1 to MSD = k. Then concatenate in ascending order the positions of the minimum digit in n. Repeat the same process for all the different digits, in ascending order, in n. Sequence lists the fixed points of this transform.

Terms

    a(0) =1a(1) =2413a(2) =3142a(3) =25314a(4) =41352a(5) =28463517a(6) =28536417a(7) =34872156a(8) =35827146a(9) =43781265a(10) =46281735a(11) =53718264a(12) =56218734a(13) =64172853a(14) =65127843a(15) =71463582a(16) =71536482

External references