Consider the following sum:
$$\sum_{i=0}^n e^{i/n}$$
I don't understand this notation. Apparently the closed form is $$\dfrac{e^{(n+1)/n }-1}{e^{1/n} -1}$$
But it says $i=0$. I really don't understand how $i$ and $n$ can be in the sum at the same time.
The notation seems to stand for,
$$\sum_{i=0}^n e^{i/n} = e^{0} + e^{\frac{1}{n}} + e^{\frac{2}{n}} +... + e^{\frac{n}{n}} \tag{1}$$
To find the closed form multiply $(1)$ by $e^{\frac{1}{n}} $ to get $$ e^{\frac{1}{n}} \sum_{i=0}^n e^{i/n} = e^{\frac{1}{n}} + e^{\frac{2}{n}} + e^{\frac{3}{n}} +... + e^{\frac{n + 1}{n}} \tag{2}$$
$(2) - (1)$ yields the result.
$*** \; $Note that $ e^{0} = 1$.
And verify that $e^{\frac{1}{n}} - 1 \gt 0 $ by the series expansion of $e^x$.