A253058
Complete list of numbers that take three steps to collapse to a single digit in base 3 (written in base 3).
Original entry on oeis.org
2102222, 11102222, 12022222, 120022222, 202022221, 1200022222, 2002022221, 2020022221, 12000022222, 20200022221, 202000022221
Offset: 1
A253952
Numbers that require three steps to collapse to a single digit in base 4 (written in base 10).
Original entry on oeis.org
43, 103, 139, 154, 163, 169, 223, 343, 403, 463, 523, 547, 553, 610, 643, 649, 673, 703, 823, 847, 862, 1231, 1303, 1363, 1486, 1603, 2059, 2083, 2089, 2179, 2185, 2209, 2239, 2434, 2563, 2569, 2593, 2623, 2689, 2731
Offset: 1
As an example a(1)=43 which in base 4 can be written as 223. 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.)
A253953
Numbers that require three steps to collapse to a single digit in base 4 (written in base 4).
Original entry on oeis.org
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
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.)
A293929
Smallest number in base 10 that cannot be collapsed to a single digit using fewer than n plus signs.
Original entry on oeis.org
0, 10, 19, 118, 3187, 3014173, 3003344034004
Offset: 0
For n=3, the a(3)=118 solution reflects the fact that 1+18 = 19, 1+9 = 10 and 1+0 = 1. Alternatively, 1+1+8 = 10 and 1+0 = 1. Three plus signs are required in both cases. For a(4)=3187, one plus sign is required to obtain 31+87 = 118 = a(3).
- S. Butler, R. Graham and R. Stong, Inserting Plus Signs and Adding, The American Mathematical Monthly, 123(3), March 2016, 274-279.
- Simon Demers, Minimum number of plus signs needed to collapse every integer 1..10^7-1=9999999. Calculated using brute-force approach. Starting with i=1 and sequentially for each subsequent integer with d digits, all 2^(d-1)-1 possibilities to insert plus signs are considered in the first application. Then, lookup the minimum number of plus signs required to collapse each resulting integer after the first addition is performed. This dataset confirms a(1)=10, a(2)=19, a(3)=118, a(4)=3187, a(5)=3014173.
- Simon Demers, The smallest number that cannot be collapsed using fewer than 6 plus signs is 3003344034004, Amer. Math. Monthly, 126 (April 2019) 351.
Showing 1-4 of 4 results.
Comments