I have an interesting problem. I have the sequence $c_i$ which is completely monotone. And in addition, $\sum_{i=0}^{n} c_i=1$. However, we know that $\sum_{i=0}^{n}\binom{n}{i}(-1)^i=0$. Can anybody give me an explicit formula for $\sum_{i=0}^{n}\binom{n}{i}(-1)^ic_i$?
Why do I need an explicit formula? $\binom{n}{i}$ grows fast and overflows memory. It will be excellent if I can have such an explicit formula without having to sum these large numbers.