OFFSET
1,1
COMMENTS
This sequence and the Busy Beaver (A060843) problem are closely related. Turing machines and the number of steps taken by a Turing machine on an initially blank tape are defined in A060843.
This sequence is computable, while the Busy Beaver problem is uncomputable.
a(n) - 1 <= BB(n), where BB(n) = A060843(n).
a(n) - 1 <= A107668 * 4^(2n), the number of uniquely behaving n-state Turing machines with 2 symbols, by the pigeonhole principle.
LINKS
Scott Aaronson, The Busy Beaver Frontier, 2020.
Scott Aaronson, The Busy Beaver Frontier (blog post)
The Busy Beaver Challenge Wiki, Lazy Beaver
EXAMPLE
For n = 2, there exist 2-state Turing machines which halt in exactly {1, 2, 3, 4, 5, 6} steps (and for no other number of steps) given an initially empty input tape. a(2) = 7 is defined as the lowest positive integer not present in that set of possible step lengths.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Zachary Vance, Sep 23 2020
EXTENSIONS
a(6) from bbwiki added by Tijn Caspar de Leeuw, Feb 04 2026
STATUS
approved
