Simplification of sum of exponentials?

25 Views Asked by At

Is there a way to simplify the expression $\sum _{k=0}^n 2^k$? That is, is there a way to write it without a $\sum$ or $\prod$ operator?

1

There are 1 best solutions below

0
On BEST ANSWER

$$1 + 2 + 4 + \cdots 2^n = 11 \cdots 1_\text{binary}=2^{n+1}-1$$

In general, $\sum_{k=0}^n a^n$ is a geometric series.