cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A383646 Smallest number that takes n steps to reach 1 under iteration of sum-of-cubes-of-digits map.

Original entry on oeis.org

1, 10, 112, 1189, 778, 13477, 2388889999999999999999
Offset: 0

Views

Author

Shyam Sunder Gupta, May 11 2025

Keywords

Comments

These could also be called the smallest cubic happy numbers of height n.
Subsequent terms are too large to display in full.
a(7) = 1127 * 10^3276941015089163237 - 1 (1126 followed by 3276941015089163237 nines).
a(8) = 35678 * 10^((a(7) - 1054)/729) - 1.

Examples

			a(2) = 112, because 112 takes 2 steps to reach 1 (112 --> 1 + 1 + 8 = 10 --> 1 + 0 = 1).
		

Crossrefs