Find the sum of this given expression.....

107 Views Asked by At

$$1+(3+1)(3^2+1)(3^4+1)(3^8+1)(3^{16}+1)(3^{32}+1)$$

2

There are 2 best solutions below

0
On

We have \begin{align} &1+(3+1)(3^2+1)(3^4+1)(3^8+1)(3^{16}+1)(3^{32}+1)\\ &\quad=1+\frac{(3-1)(3+1)(3^2+1)(3^4+1)(3^8+1)(3^{16}+1)(3^{32}+1)}{2}\\ &\quad=1+\frac{3^{64}-1}{2}\\ &\quad=\frac{3^{64}+1}{2}. \end{align}

0
On

Let $$S=1+(3+1)(3^2+1)(3^4+1)(3^8+1)(3^{16}+1)(3^{32}+1)$$ Then, \begin{align*} (3-1)S&=(3-1)+(3^2-1)(3^2+1)(3^4+1)(3^8+1)(3^{16}+1)(3^{32}+1)\\[3pt] 2S&=2+(3^4-1)(3^4+1)(3^8+1)(3^{16}+1)(3^{32}+1)\\[3pt] &=2+(3^8-1)(3^8+1)(3^{16}+1)(3^{32}+1)\\[3pt] &=2+(3^{16}-1)(3^{16}+1)(3^{32}+1)\\[3pt] \vdots&=\vdots\\ &=2+3^{64}-1\\ &=3^{64}+1 \end{align*} Hence $$\boxed{\color{blue}{S=\frac{3^{64}+1}{2}}}$$