Perhaps if I redefine the whole problem and open it to the reals (\mathbb{R}),
it will become clearer and easier to solve

.
First off, the sequence shall be defined recursively as
R_n = \sqrt {x + \sqrt {x - \sqrt {R_{n - 2} } } }
(just takin' the root of what's in my original post! (It's a root sequence anyway))
So:
If we start with R_0, we will follow with \left\{ {R_2 ,R_4 , \ldots ,R_n } \right\}
If we start with R_1, we will follow with \left\{ {R_3 ,R_5 , \ldots ,R_n } \right\}
Such that:
R_0 \in \left\{ {x|x > \sqrt {x + \sqrt {x - \sqrt x } } > 1 ,x \in \mathbb{R}} \right\} (
numerically, x > 1.311 for R_0)
R_1 \in \left\{ {x|x > \sqrt {x + \sqrt x } > 1 ,x \in \mathbb{R}} \right\} (
numerically, x > 1.755 for R_1)
We will find that:
\mathop {\lim }\limits_{n \to \infty } R_n = \frac{{1 + \sqrt {4x - 3} }}{2}
(doesn't matter which R_0 or R_1 you choose...
just as long as it's inside the appropriate interval!

)
------------------------------------------------------------------
Now, why
exactly does:
\mathop {\lim }\limits_{n \to \infty } R_n = \frac{{1 + \sqrt {4x - 3} }}{2}
?