- #1
rabbed
- 243
- 3
For d binary digits, the number of ways W to get sum s is:
W(d,s) = d! / (s! * (d-s)!)
Are there similar formula(s) for n-ary digits?
W(d,s) = d! / (s! * (d-s)!)
Are there similar formula(s) for n-ary digits?
Last edited: