A bit similar to Raymond's answer in spirit,
Start off with
$$F(x)=\sum_{k=0}^\infty k!x^k$$
$$f(x)=xF(x)=\sum_{k=0}^\infty k!x^{k+1}$$
$$f'(x)=\sum_{k=0}^\infty k!(k+1)x^k=\sum_{k=0}^\infty(k+1)!x^k=\frac1x\left(-1+\sum_{k=0}^\infty k!x^k\right)$$
$$xf'(x)=-1+f(x)$$
This is a rather easy DE to solve, and it gives,
$$f(x)=cx+1$$
Now, this is a bit awkward, since we would imagine $f(0)=0$, but this cannot be the case. I guess this would mean that we would have $f(0)=1$. Weird, huh? Anyways, this gives us
$$F(x)=c+\frac1x$$
Since both definitions of $F(x)$ and $f(x)$ are divergent series, I can't really tell you what $c$ is.