A175425 The smallest number m which needs n iterations of the map x->A175420(x) to reach a single-digit number.
0, 10, 24, 27, 33
Offset: 0
Examples
a(4) = 33 because 33 is the smallest numbers with 4 steps of defined iteration: 3^3 = 27, 7^2 = 49, 9^4 = 6561, ((1^6)^5)^6 = 1.
Formula
a(n) = min {j : A175425(j) = n}.
Comments