Here is the problem I am currently having trouble with. I have a pretty decent basis on how to do recurrence relations, but the $\frac{1}{n!}$ has got me in a rut. I tried multiplying the right side by $n!$, but I am not sure if that is allowed. Any help will be much appreciated.
Let $\{s_n\}$ be the sequence defined by the following recurrence relation, and let $F(x)$ be the ordinary generating function for this sequence. Find a closed form expression for $F(x)$.
$$s_n − s_{n−1} = \frac{1}{n!} \quad ∀n ≥ 1, \qquad s_0 = 1$$
HINT: Start with your recurrence,
$$s_n=s_{n-1}+\frac1{n!}\;.\tag{1}$$
Note that if we assume that $s_n=0$ for $n<0$, $(1)$ even gives the correct value for $s_0$, since $0!=1$. Multiply $(1)$ by $x^n$ and sum over $n\ge 0$:
$$F(x)=\sum_{n\ge 0}s_{n-1}x^n+\sum_{n\ge 0}\frac{x^n}{n!}\;.$$
Now do the usual thing to express the first summation in terms of $F(x)$, recognize the second summation as a familiar Taylor series, and solve for $F(x)$. I’ve left the result before solving for $F(x)$ in the spoiler-protected box below.