Since combination is based on binary selection, either you choose an element from a set or not, two options only 1 for choosed element or 0 not choosen
Example if 4C2 the first selection will be 0011, second 0101, third 0110 and so on. our selections follow the increase of binary number if you already know from my example.
Then my question is if we dont include empty selection meaning 0000 and counting the first selection, 0011, as one, two up to the end of possible combinations, for my example is 1100, is there a method or formula to calculate the nth possible combination in the order of increasing binary number? For computer may be by iteration of all possible combination by searching binary numbers
Will computer be able to do this, 2^101:+ 5 term of 509C58?