Is there a formula to write a number $N$ as the sum of $M$ natural numbers (not necessarily distinct), where order DOES NOT matter? I know that you can use ${N-1}\choose{M-1}$ to find the number of ways counting order, but I'm looking for a formula that defines, for example, $1+1+2$ and $1+2+1$ as the same.
How many ways are there to write 13 as the sum of 4 natural numbers if order does not matter?
How many ways are there to write 8 as the sum of 4 natural numbers if order does not matter?
How many ways are there to write 11 as the sum of 5 natural numbers if order does not matter?
Thanks!