A253953 Numbers that require three steps to collapse to a single digit in base 4 (written in base 4).
223, 1213, 2023, 2122, 2203, 2221, 3133, 11113, 12103, 13033, 20023, 20203, 20221, 21202, 22003, 22021, 22201, 22333, 30313, 31033, 31132, 103033, 110113, 111103, 113032, 121003, 200023, 200203, 200221, 202003, 202021
Offset: 1
Examples
As an example a(1)=223 (in base 4). There are then three ways to insert plus signs in the first step: 2+23 22+3 2+2+3 This gives the numbers (in base 4) as 31, 31, and 13 respectively. In the second step we have one of the following two: 3+1 1+3 In both cases this gives the number (in base 4) of 10. Finally in the third step we have the following: 1+0 Which gives 1, a single digit, and we cannot get to a single digit in one or two steps. (Note, the single digit that we reduce to is independent of the sequence of steps taken.)
Links
- Steve Butler, Table of n, a(n) for n = 1..637
- S. Butler, R. Graham and R. Stong, Partition and sum is fast, arXiv:1501.04067 [math.HO], 2014.
Comments