|
|
|
|
|
by btilly
3693 days ago
|
|
I am certain it is greater. BB(n) grows super-exponentially. In fact I would be willing to bet serious money that BB(n+1)/BB(n) is greater than BB(n) if 3 < n. (This is, of course, assuming that one assumes that BB(n) is well-defined. That is an interesting point of philosophy given the existence of Turing machines which can't be proven to not halt.) |
|
BB(n) grows faster than any computable function. In order for BB(n+1)/BB(n) > BB(n) to hold, BB(n) merely has to grow faster than a sequence whose new terms are obtained by repeated squaring (like k^2ⁿ). That's computable, indeed primitive recursive, so BB(n) definitely grows dramatically faster than it.
https://en.wikipedia.org/wiki/Primitive_recursive_function
Edit: another way of looking at this is that the Ackermann function grows unbelievably faster than functions that easily satisfy the property you describe, and the Busy Beaver function grows unbelievably faster than the Ackermann function. Somehow putting it this way feels like an understatement, though!