login/create account
For a positive integer
, the
Goodstein Sequence is defined as follows. The first term of the sequence in
. To obtain the
term, write the
term in hereditary base k notation, change all
's to
's and then subtract 1. If the sequence hits 0, then it terminates. So, the first terms of the sixth Goodstein Sequence are as follows:
![\[ \begin{array}{lll} \mbox{term} & \mbox{value} <br> 1 & 2^2 + 2 = 6<br> 2 & 3^3 + 2 = 29<br> 3 & 4^4 + 1 = 257 <br> 4 & 5^5 = 3125 <br> 5 & 5 \cdot 6^5 + 5 \cdot 6^5 + 5 \cdot 6^4 + 5 \cdot 6^3 + 5 \cdot 6^2 + 5 \cdot 6 + 5 = 46655 \end{array} \]](/files/tex/d4e09812e648da3e7d8c9c3a89568081c5d5ed74.png)
Surprisingly, despite the fact that Goodstein Sequences grow quite quickly at the start, all such sequences do eventually hit 0 and terminate. This result, first discovered by Goodstein, is of interest in logic since it cannot be proved in Peano arithmetic.
Although determining particular properties of a specific Goodstein Sequence are of limited mathematical value, this problem is an interesting computational challenge.
Bibliography
* indicates original appearance(s) of problem.
Drupal
CSI of Charles University