I've been trying to find the sum of the following infinite series: $$ \sum\limits_{n=1}^\infty \frac{x^n}{n!2^n} $$
I've rewritten it as $$\sum\limits_{n=1}^\infty \frac{y^n}{n!}, y=\frac{x}{2}$$ which I know from looking at a table has the solution $$ S_\infty = e^y - 1$$
Edit: I need to be able to show this without already knowing the answer
However, I don't know how to get from the summation to the solution in order to show work. I tried taking a look at this solution to a similar problem, but I couldn't find a way to properly apply the concepts to this one. I'd appreciate a push in the right direction for this problem.