1684211domain: NAppears in sequencesLet P(k) = floor(k/2). Start with n, apply P repeatedly until reach 1. a(n) = concatenation of numbers obtained.at n=31A083177a(1) = 1; thereafter a(n+1) is obtained by prepending the digit-sum of a(n) to a(n).at n=5A372075