I want an equivalent expression for this expression $\sum_{m=0}^{n}{n \choose n-m}$.
I expanded getting $\sum_{m=0}^{n}{n \choose n-m}=1+n+\frac{n(n-1)}{2!}+ \frac{n(n-1)(n-2)}{3!}+\cdots + n!$
It seems I'm getting a Taylor expansion, which is similar to the expansion of $e^x$
$$\sum_{m = 0}^{n} \binom{n}{n - m} = \sum_{m = 0}^{n} \binom{n}{m} = 2^{n}.$$ You might like to look into the Binomial Theorem and/or Pascal's Triangle.