Does this sum have a closed formula?

52 Views Asked by At

$$c^1 + c^2 + \cdots + c^n = c\frac{c^n - 1}{c-1}$$

Right?

What about $c^\frac{1}{m} + c^\frac{2}{m}+ ... c^\frac{n}{m}$? Does it also have a closed formula?

Thanks a lot!

1

There are 1 best solutions below

1
On BEST ANSWER

Let $d = c^{\frac{1}{m}}$. Then your sum is $$ d + d^2 + \ldots + d^m, $$ which you already know how to sum up. Then substitute back in for $d$.