A383646 Smallest number that takes n steps to reach 1 under iteration of sum-of-cubes-of-digits map.
1, 10, 112, 1189, 778, 13477, 2388889999999999999999
Offset: 0
Examples
a(2) = 112, because 112 takes 2 steps to reach 1 (112 --> 1 + 1 + 8 = 10 --> 1 + 0 = 1).
Links
- H. G. Grundman and E. A. Teeple, Heights of happy numbers and cubic happy numbers, Fib Quart. 41 (4) (2003) 301-306.
- Shyam Sunder Gupta, Happy Numbers, Exploring the Beauty of Fascinating Numbers, Springer (2025) Ch. 7, 209-222.
Comments