(1) The following 6x2 Turing machine, called BMO1, was found in April 2004 by "-d"
This machine is conjectured never to halt. See
(2) Let g be the function defined by
g(x,y) = (x - y, 4y + 2) if x > y
g(x,y) = (2x + 1, y - x) if y < x
g(x,x) undefined
Let g^k be the kth iterate of g (i.e., g^1 = g and g^(k + 1)(x,y) = g(g^k(x,y)) )
Let us call an ordered pair (x,y) a k-predecessor of a if g^k(x,y) = (a,a).
When you study the future of (x;y) under iterations of g, the following is happening:
- either an ordered pair (a,a) is quickly reached,
- or such an ordered pair seems never to be reached.
So it seems that when k grows, the probability that a number a has a k-predecessor becomes very small.
Thus the question is: given an integer k, what is the probability P(k) that a number a has a k-predecessor?
It turns out that this question is not meaningless. The property that a number a has a k-predecessor depends only on the value of a modulo 4^k. So P(k) = N(k)/4^k, where N(k) is the number of integers a in any interval [m + 1, m + 4^k], with m large enough in order to avoid k-predecessors of the form (x,0), (0,y) and (x,x). The condition m = 4^k seems to be sufficient.
(3) Computations give the following values for N(k):
k N(k) N(k) - 2 x 3^(k - 1)
0 1 2/3
1 3 1
2 7 1
3 19 1
4 67 13
5 175 13
6 491 5
7 1459 1
8 4159 -215
9 12047 -1075
10 36311 -3055
11 107923 -10175
We see that the functionN has a complex behavior.
The following conjecture can be made;
Conjecture 1: for all k >= 1, N(k) <= 2 x 3^(k - 1) + 13
Conjecture 2: for all k >= 8, N(k) <= 2 x 3^(k - 1)
This would give, for k >= 8, P(k) <= (2/3) (3/4)^k
It is known that the machine does not halt after 100,000,000 iterations from A(1,2).
But the probability that a number a has a 100,000,000-predecessor is P(100,000,000) < (2/3) (3/4)^100,000,000 < 10^(-10^7)
Maybe this allows one to say that the machine probviously never halts.