Find the value of $$\sum_{n=0}^{1947}\frac{1}{2^n+\sqrt{2^{1947}}}$$
MY APPROACH : I'm not able to telescope it . I tried to Rationalize it , but It was not possible . I've not attached any solution because , nothing striked me .
Here's a solution from Wolfram Alpha
We will use the property that $$\sum_{r=a}^{b}f(r)=\sum_{r=a}^{b}f(a+b-r)$$
Therefore $$S=\sum_{n=0}^{1947}\frac{1}{2^n+\sqrt{2^{1947}}}= \sum_{n=0}^{1947}\frac{1}{2^{1947-n}+\sqrt{2^{1947}}}$$
Let $k=1947$
$$S=\sum_{n=0}^{k}\frac{1}{2^n+\sqrt{2^{k}}}= \sum_{n=0}^{k}\frac{1}{2^{k-n}+\sqrt{2^{k}}}$$
Now We use second expression $$S=\sum_{n=0}^{k}\frac{1}{2^{k-n}+\sqrt{2^{k}}}$$
$$S=\sum_{n=0}^{k}\frac{2^n}{2^{k}+2^n\sqrt{2^{k}}}$$
$$S=\frac{1}{\sqrt{2^k}}\sum_{n=0}^{k}\frac{2^n}{\sqrt{2^{k}}+2^n}$$
$$S=\frac{1}{\sqrt{2^k}}\bigg(\sum_{n=0}^{k}\frac{2^n+\sqrt{2^k}}{\sqrt{2^{k}}+2^n}-\sum_{n=0}^{k}\frac{\sqrt{2^k}}{\sqrt{2^{k}}+2^n}\bigg)$$
$$S=\frac{1}{\sqrt{2^k}}((k+1)-\sqrt{2^k}S)$$
$$2S=\frac{k+1}{\sqrt{2^k}}$$
$$2S=\frac{1948}{\sqrt{2^1947}}$$
$$S=\boxed{\frac{974}{\sqrt{2^{1947}}}}$$