Investigate whether the following sequences are convergent:
$$a_n=\left(\frac{\sqrt[n]{e^1}+\sqrt[n]{e^2}+\cdots+\sqrt[n]{e^n}}{n}\right)$$
$$b_n=\left(\frac{\sqrt[n]{e^1}+\sqrt[n]{e^2}+\cdots+\sqrt[n]{e^{2n}}}{n}\right)$$
Any ideas? I guess one can go with induction; I tried it and it resulted in a disaster.
Note that $a_n=\frac{\sqrt[n]{e}}{n} \cdot (1+\sqrt[n]{e}+\sqrt[n]{e}^2+\dotsc+\sqrt[n]{e}^{n-1})=\frac{\sqrt[n]{e}}{n} \cdot \frac{e-1}{\sqrt[n]{e}-1}=(e-1) \cdot \sqrt[n]{e} \cdot \frac{1}{n(\sqrt[n]{e}-1)}$ using the formula for the geometric series.
Now, using $(1+\frac{1}{n})^n \approx e$ for large $n$ this means that $\sqrt[n]{e}-1 \approx \frac{1}{n}$ and hence the limit should be $e$.
Can you formalize this argument and try a similar one for $b_n$?