I am not a mathematician, so sorry for this trivial question. Is there a way to simplify or to upperbound the following summation:
$$ \sum_{i=1}^n{\exp{\left(-\frac{i^2}{\sigma^2}\right)}}.$$
Can I use geometric series?
EDIT: I have difficulty because of the power $2$, i.e if the summation would be $ \sum\limits_{i=1}^n{\exp{\left(-\frac{i}{\sigma^2}\right)}} $ then it would be easy to apply geometric series!
Alternative:
Since $f(x) = \exp(-x^2/\sigma^2) \searrow 0$, we can write $ \DeclareMathOperator{\diff}{\,d\!} $ \begin{align*} &\sum_1^n \exp\left(-\frac {j^2}{\sigma^2}\right) \\ &= \sum_1^n \int_{j-1}^j \exp\left(-\frac {j^2}{\sigma^2}\right)\diff x \\ &\leqslant \sum_1^n \int_{j-1}^j \exp\left(-\frac {x^2}{\sigma^2}\right) \diff x \\ &=\sigma \int_0^n \exp\left(-\frac {x^2}{\sigma^2}\right) \diff \left(\frac x \sigma \right)\\ &= \sigma \int_0^{n/\sigma} \exp(-x^2)\diff x\\ &\leqslant \sigma \int_0^{+\infty}\exp(-x^2)\diff x\\ &= \frac \sigma 2 \sqrt \pi \end{align*}