For $\alpha>1$ find (w/o lhopital)$$ \lim_{n\to\infty} \sqrt[n]{\sqrt[2^n]{\alpha}-1} $$
Progress:
Used this:$$
x^n - y^n = (x-y)(x^{n-1} + x^{n-2} y + ... + x y^{n-2} + y^{n-1})
$$ to get to this:
$$
\alpha-1=(\sqrt[2^n]{\alpha})^{2^n}-1^{2^n}=(\sqrt[2^n]{\alpha}-1)((\sqrt[2^n]{\alpha})^{2^n-1}+(\sqrt[2^n]{\alpha})^{2^n-2}+\dots+\sqrt[2^n]{\alpha}+1)
$$
and so$$
\sqrt[2^n]{\alpha}-1=\frac{\alpha-1}{((\sqrt[2^n]{\alpha})^{2^n-1}+(\sqrt[2^n]{\alpha})^{2^n-2}+\dots+\sqrt[2^n]{\alpha}+1)}
$$
Picking up where the OP left off, there are $2^n$ terms in the sum $(\sqrt[2^n]{\alpha})^{2^n-1}+(\sqrt[2^n]{\alpha})^{2^n-2}+\dots+\sqrt[2^n]{\alpha}+1$, and each is between $1$ and $\alpha$ (since $1\lt\alpha$), so
$$2^n \le(\sqrt[2^n]{\alpha})^{2^n-1}+(\sqrt[2^n]{\alpha})^{2^n-2}+\dots+\sqrt[2^n]{\alpha}+1\le2^n\alpha$$
This implies
$$\lim_{n\to\infty}\sqrt[n]{\sqrt[2^n]\alpha-1}={1\over2}$$
since $\lim_{n\to\infty}\sqrt[n]{\alpha-1}=\lim_{n\to\infty}\sqrt[n]\alpha=1$ when $\alpha\gt1$.