On the board, there are three numbers $$\large x_0 = -\sqrt 2 - 1, y_0 = \sqrt 2, z_0 = -\sqrt 2 + 1$$
. Every minute, a computer is programmed to erase the numbers previously written and write on the board numbers $$\large \begin{align} x_n &= y_{n - 1}^2 + y_{n-1}z_{n-1} + z_{n-1}^2\\ y_n &= z_{n - 1}^2 - \sqrt 2z_{n-1}x_{n-1} + x_{n-1}^2\\ z_n &= x_{n - 1}^2 - x_{n-1}y_{n-1} + y_{n-1}^2 \end{align}$$
Is there a moment where $x_n, y_n, z_n \in \mathbb Q$?
If there is, calculate the minimum value of $n$.
If there isn't, explain why.
The answer is probably no. (I feel sorry for the computer, it got overheated.) But I don't really know how to establish that.