0

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?

user56834
  • 12,925

1 Answers1

1

$$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.

mjw
  • 8,647
  • 1
  • 8
  • 23