I know it can be done when $xn \ll 1 $, but what about the cases when $xn \gt 1$ ?
My best try is to use sth like: \begin{align*} (1-x)^n &= \sum\limits_{j=0}^{\infty}\left( \begin{array}{c} n \\ j \end{array} \right)(-x)^j \end{align*}
However, when $n$ is very large, calculation of the binomial coefficients may exceed computational capability of available tools such as mathwork, so I am stuck.