Notation for newton-like expansion

138 Views Asked by At

Is there a compact way of referring to the expression $$a^n + a^{n - 1}b + a^{n - 2}b^2 + \cdots + b^n\:?$$ Maybe some notation I do not know about it.

Thanks!

2

There are 2 best solutions below

3
On BEST ANSWER

As @MikeEarnest notes, it's a finite geometric progression with $n+1$ terms, of sum $\frac{a^{n+1}-b^{n+1}}{a-b}$. With classical $q$-analogs it can be written as $a^n[n+1]_{b/a}$, or $b^n[n+1]_{a/b}$.

4
On

Using sigma notation, you can write it as $$ \sum_{k=0}^{n}a^{n-k}b^k \, . $$