Imagine the simplest possible computer: a strip of tape full of zeros, a head that reads one cell, and a tiny rulebook of just a few states. Each rule says: given what you read, write a symbol, step left or right, and switch to another state — or halt.
Now play a game. Among all rulebooks with exactly n states that eventually stop, which one runs the longest before halting? That champion's step count is the Busy Beaver number, written BB(n).
It sounds like a harmless puzzle. With 1 state the record is 1 step; with 2 states, 6 steps. But the numbers don't grow — they erupt. And lurking inside this innocent game is a value that no computer, no matter how powerful, can ever calculate.
Comments
Loading comments...