Let the following nested radical :
$$\sqrt{665+2x}=x$$
There is a hidden quadratic equation and the result is :
$$x=\sqrt{666}+1$$
So we see the number $666$ appear .
My question :
Do you know (more or less trivial) nested radical where the devil's number appear ?
Can we build it as in my example ?
Thanks in advance and have fun .
Ps: I don't speak about Galois's theory .
I wrote a small program looking for equations of the form $ax^2 + 2bx + c = 0$ and found these quadratic equations below. Their roots all contain the number $\sqrt {666}$.
My program requires that $|b| \le 20$ and $|a| \le 700,\ |c| \le 700$.
Of course these limits can be extended.
By the way, your equation happens be to number 66 in the list below.
Equations 64 and 68 also look interesting to me since their solutions don't have a denominator.
In case anyone wants to play further with it, here is the Python code.