A253057 Complete list of numbers that take three steps to collapse to a single digit in base 3 (written in base 10).
1781, 3239, 3887, 11177, 14821, 33047, 41065, 43981, 98657, 131461, 393901
Offset: 1
Examples
In base 3, one of the possible ways to collapse a(1) in three steps is as follows: 2102222 -> 2102 + 222 = 10101 -> 1 + 01 + 01 = 10 -> 1 + 0 = 1.
Links
- Steve Butler, R. L. Graham, and Richard Stong, Collapsing numbers in bases 2, 3, and beyond, in Gathering for Gardner 10, 2014.
Comments