Is there a way to calculate this not term-by term ?
$$E_n =e^1+e^2+...+e^n$$
I tried developping :
$$E_n = \sum^\infty_{k=0}\frac{1^k}{k!}+\sum^\infty_{k=0}\frac{2^k}{k!}+...+\sum^\infty_{k=0}\frac{n^k}{k!}$$
It can be shortened to :
$$E_n = \sum^\infty_{k=0}\frac{1^k+2^k+...+n^k}{k!}$$
$$E_n = \sum^\infty_{k=0}\frac{\sum^n_{i=1}i^k}{k!}$$
Now, I don't know if there's a way to continue.
I searched around the internet and stumbled across the Faulhaber formula. Does this can help ?
Edit : ok i'm stupid I forgot about the geometric series :(
Each term is being multiplied by $e$, so this is called the partial sum of a geometric series, so the formula is: $$E_n=e\left(\frac{1-e^n}{1-e}\right)$$