A337805 Lazy Beaver Problem: a(n) is the smallest positive number of steps a(n) such that no n-state Turing machine halts in exactly a(n) steps on an initially blank tape.
2, 7, 22, 72, 427
Offset: 1
Examples
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.
Links
- Scott Aaronson, The Busy Beaver Frontier, 2020.
- Scott Aaronson, The Busy Beaver Frontier (blog post)
Comments