0

A solution I'm looking at employs this formula to find the sum of a finite series, but I haven't been able to find any information on this formula online or in my textbooks. Where does it come from, and what situations does it apply to? (It doesn't seem to be a reorganization of the formula for finite geometric sums...)

James Ronald
  • 2,331

1 Answers1

3

It comes from the high-school formula: $$a^n-b^n=(a-b)(a^{n-1}+a^{n-2}b+\dots+ab^{n-2}+b^{n-1})$$ with $a=1$.

Bernard
  • 175,478