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.
Your approach is almost correct, assuming that you know the fact that
$$\sum\limits_{n = 0}^{\infty} \frac{y^n}{n!} = e^y$$
for every $y \in \mathbb{R}$ (or $\mathbb{C}$ for that matter); in particular, we can choose $y = x/2$ here, and that's all that needs to be said about the manipulation of the series. However, note that the index starts at $0$, whereas your problem starts at $n = 1$; to fix this, we add and subtract the $n = 0$ term as follows:
$$\sum\limits_{n = 1}^{\infty} \frac{y^n}{n!} = \sum\limits_{n = 0}^{\infty} \frac{y^n}{n!} - \frac{y^0}{0!} = e^y - 1$$