Beaver Math Olympiad Problem 1 (equality of recursive sequences)
Determine whether there exists a positive integer i such that a_i = b_i for the sequences (a_n) and (b_n) defined by (a_1, b_1) = (1, 2) and (a_{n+1}, b_{n+1}) = (a_n − b_n, 4b_n + 2) if a_n ≥ b_n and (a_{n+1}, b_{n+1}) = (2a_n + 1, b_n − a_n) if a_n < b_n; equivalently, decide whether the 6-state, 2-symbol Turing machine with transition table 1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE halts from the all-zero tape.
References
This problem is a reformulation of “does https://bbchallenge.org/#1{1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE} halt?” -- the machine halts if there is $i$ such that $a_i = b_i$. Similarly to Antihydra, the machine is probviously nonhalting\footnote{See analysis: {\scriptsize \url{https://wiki.bbchallenge.org/wiki/1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE}. }, but nonetheless, the problem is still open.