Let $s = \lim_{x \to \infty}{\sqrt{1 + \sqrt{2 + \sqrt{4 + \sqrt{8 + ... \sqrt{2^{x}}}}}}}$.
$$st = t\sqrt{1 + \sqrt{2 + \sqrt{4 + \sqrt{8 + ...}}}} = \sqrt{t^{2} + \sqrt{2t^{4} + \sqrt{4t^{8} + \sqrt{8t^{16} + ...}}}}$$
Let $2t^{4} = t^{2}$:
$$2t^{2} = 1$$ $$t^{2} = \frac{1}{2}$$ $$t = \frac{1}{\sqrt{2}}$$ $$\frac{s}{\sqrt{2}} = \sqrt{\frac{1}{2} + \sqrt{\frac{1}{2} + \sqrt{\frac{1}{2} + \sqrt{\frac{1}{2} + ...}}}}$$
It can be shown that:
$$\sqrt{x + \sqrt{x + \sqrt{x + \sqrt{x + ...}}}} = \frac{1 \pm \sqrt{1 + 4x}}{2}$$
Therefore:
$$\frac{s}{\sqrt{2}} = \frac{1 \pm \sqrt{3}}{2}$$ $$s = \frac{\sqrt{2} \pm \sqrt{6}}{2}$$
Is this correct?