56218734domain: NAppears in sequencesGiven 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.at n=12A260274