I want to generate all possible combination of six number from 49 balls. We can say 49/6 lottery numbers also. http://en.wikipedia.org/wiki/Lotto_6/49
When we calculate the possible combination of (49 6) and i get 13983816 using MS excels COMBIN formula.
So My question is that does this calculation will generate possible number from 0 to 49 or 1 to 49?
If not then how can i get possible sequences which does not include 0.