1296295domain: NAppears in sequencesa(n)*n = A112904(n).at n=5A112905a(n) = a(n-1) + rotate(a(n-1), n-1 digits left) with a(1) = 1.at n=16A374734