Let M be the 2x5 TM found by Daniel Yuan in June 2024, with s(M) > 10^(10^(10^3314360)).
Here, I give a proof that s(M) is approximately 3/2 (sigma(M)^2).
(1) Time for
- Counter rules:
01 (11)^x <A (23)^y 00 --( 4(x + y) + 6 )--> 11 (01)^x <A (23)^y 21
01 (11)çx <A (23)^y 21 --( 4(x + y) + 6 )--> 11 (01)^x <A (23)^y 22
01 (11)^x <A (23)^y 22 --( 4(x + y) = 6 )--> 11 (01)^x <A (23)^y 23
so we have
. . . <A (23)^y 00 --( . . . + 12y + . . . )--> . . . <A (23)^(y + 1)
- Overflow rules:
0 (11)^(x + 2) <A (23)^(y + 2) 0^3 --( 4x + 8y + 53 )--> 11 (01)^x 11 (01)^y 01 <A 21
0 (11)^(x + 2) <A (23)^(y + 2) 21 0^3 --( 4x + 8y + 73 )--> 11 (01)^x 11 (01)^y 11 (01)^3 <A 21
0 (11)^(x + 1) <A (23)^(y + 1) 22 0 --( 4(x + y) + 15 )--> 11 (01)^x (11)^(y + 2) 1 Z>1
(2)
The time taken on the binary counter is linear in the number of binary
steps, so it is dominated by the time taken on the 23s, which is
quadratic.
(3) The total time is dominated by the time taken from the 4th overflow to the last overflow.
Just before the last overflow, the configuration is
. . . <A (23)^d 22 0^inf
So the total tome is
T ~= (12x1) + (12x2) + . . . +(12x(d - 1)) = 12(d - 1)d/2 ~= 6 d^2
We have sigma(M) ~= 2d, so s(M) ~= 3/2 (sigma(M)^2).