The question requires using mathematical induction to establish a property (bounds, inequality, formula) that holds for all terms of a sequence.
| $n$ | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| $u _ { n }$ | 2 |
| Input: | $n$ and $u$ are numbers | |
| Initialization : | $n$ takes the value 0 | |
| $u$ takes the value 2 | ||
| Processing : | While $\ldots$ | (1) |
| $n$ takes the value $\ldots$ | (2) | |
| $u$ takes the value $\ldots$ | (3) | |
| End While | ||
| Output: | Display $n$ |