A friend of mine gave me this quiz: Where does this sum converge to? $$\sum\limits_{n=1}^{\infty}{\frac{2^{2^{n-1}}}{2^{2^n}-1}}$$ $a_1=\frac{2}{3} , a_2=\frac{4}{15}, a_3=\frac{16}{255},...$and $S_1=\frac{2}{3}, S_2=\frac{14}{15} , S_3=\frac{254}{255}, ...$ So I thought that this sum will converge to 1.
Let $$2^{2^{n-1}}=A_n, a_n=\frac{A_n}{A_n^2-1}=\frac{1}{2}\left(\frac{1}{A_n+1}+\frac{1}{A_n-1}\right)$$ Since $A_n = A_{n-1}^2$, I thought that this could lead to finding the partial sum of the series. I could prove that $$S_n=1-\frac{1}{A_n^2-1}$$by mathematical induction, but I want to know whether my method can be useful for finding $S_n$ from scratch.
So my question is : Is there a way to find $S_n$ from scratch??
Also, I found that $$a_n=\frac{\frac{1}{A_n}}{1-\frac{1}{A_n^2}}=\sum_{n=1}^{\infty}{\frac{1}{A_n^{2n-1}}}=\frac{1}{2^{1\cdot2^{n-1}}}+\frac{1}{2^{3\cdot 2^{n-1}}}+\frac{1}{2^{5\cdot 2^{n-1}}}+....\\ \therefore \sum_{n=1}^\infty {a_n}=\frac{1}{2^{1\cdot 2^{0}}}+\frac{1}{2^{3\cdot 2^{0}}}+\frac{1}{2^{5\cdot 2^{0}}}+...\\ +\frac{1}{2^{1\cdot 2^{1}}}+\frac{1}{2^{3\cdot 2^{1}}}+\frac{1}{2^{5\cdot 2^{1}}}+...\\ +\frac{1}{2^{1\cdot 2^{2}}}+\frac{1}{2^{3\cdot 2^{2}}}+\frac{1}{2^{5\cdot 2^{2}}}+... \\ =\sum_{n=1}^{\infty}{2^{-n}}=1$$
Is this a valid way? I used the Riemann series theorem to rearrange them.