$E(x) = \sum_{n=0}^{∞} \frac{D_n*x_n}{n!}$
I think $E(x)$ should equal to either $(e^-1)/(1-x)-1$ or $(e^-1)/(1-x)$ in closed form. Either way, I don't know how to prove that $E(x)$ equals to one of these solutions (to the correct one). $D_n$ is the derangement number and it's equal to: $D_n = \sum_{i=0}^{n} \frac{(-1)^i}{i!}$
I approached this by finding the $E(x)$ in closed form (which I believe is going to be either $(e^-1)/(1-x)-1$ or $(e^-1)/(1-x))$. After that, I tried to prove this using mathematical induction or some combinatorics proving method, but I am not sure how.
Could someone explain this please?