i) How many sequences (lists) of m 0s and n 1s are there?
ii) How many sequences are there in which each 1 is separated by at least two 0s? (Assume that for this part m ≥ 2(n−1).)
For i) I got (m+n)!/m!n!, which I think is correct. But how to do part ii?
It may be helpful to think of building sequences using "0" and "100" as letters, instead of "0" and "1". You may have to do some casework regarding sequences that end with a single "1" though.