What are some mathematical conventions for expressing $(n^1+n^2+...+n^k)$ in a simpler format?
2026-04-03 02:10:48.1775182248
Notation to express $(n^1+n^2+...+n^k)$.
78 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
This is a geometric series. You could write it as $\sum \limits_{j=1}^k n^j$
If $S = n^1+n^2+n^3+n^4 +\cdots +n^k$
then $nS=n^2+n^3+n^4 +\cdots +n^k+n^{k+1}$
so by subtraction $(n-1)S= n^{k+1} -n^1$
and thus $S = \dfrac{n}{n-1}(n^k-1)$