consider the identity $$\frac{e^{-x}}{1-x}=\sum_{n=0}^{\infty}c_nx^n$$
Show that for each $n\ge0$ $$\sum_{k=0}^{n}\frac{c_k}{(n-k)!}=1$$
My trial : By cauchy product,
$$c_k=\sum_{i=0}^{k}\frac{(-1)^i}{i!}$$
Then $$\sum_{k=0}^{n}\frac{c_k}{(n-k)!}=\sum_{k=0}^{n}\sum_{i=0}^{k}\frac{(-1)^i}{(n-k)!i!}$$ $$=\sum_{i=0}^{n}\sum_{k=i}^{n} \frac{(-1)^i}{(n-k)!i!}$$ $$=\sum_{i=0}^{n}\sum_{k=i}^{n}\binom nk\frac{k!}{n!}$$
I was stuck in here. So, I tried to solve it by taking $c_k=\frac{f^{k}(0)}{k!}$. But I couldn't solve as well.. Could you please give me a few hint.. it will help me a lots. Thanks!