Least Busy Beaver
The least busy beaver problem is a variation of the busy beaver problem which considers TM behavior across all starting tapes (not just blank tapes like the traditional BB problem) invented by racheline on 15 Feb 2025.
Definition
Let be the longest runtime for all n-state m-symbol TMs which halt when started on tape configuration T (where T is allowed to be any infinite tape configuration, including ones with an infinite number of non-zero values). Then
In other words, the minimal value across all possible starting tapes. This minimum must exist because the values of are all positive integers and thus well ordered.
Note that where B is the blank (all-zeros) tape. Therefore,
We have not yet found an example where we can prove that