|
3 |
removed reverse-math tag
|
||
|
2 | added 64 characters in body | ||
|
I have no idea how to achieve this, any help would be greatly appreciated and very useful to me. I have a loop in some computer code, that loops through every single combination of 7 on bits in a 64 bit integer. For example,
etc. These evaluate to the decimal numbers:
In total there are:
Combinations (64 choose 7). Given any decimal/binary number (it doesn't matter which one)type), that is guaranteed to be a valid permutation value (we don't need to worry about 128 being passed in for example), how can I calculate which permutation number this is? IE:
etc. Any help would be brilliant, again, I have no idea where to start. |
||||
|
1 |
|
||
Convert integer to permutation numberI have no idea how to achieve this, any help would be greatly appreciated and very useful to me. I have a loop in some computer code, that loops through every single combination of 7 on bits in a 64 bit integer. For example,
etc. These evaluate to the decimal numbers:
In total there are:
Combinations (64 choose 7). Given any decimal/binary number (it doesn't matter which one), that is guaranteed to be a valid permutation value, how can I calculate which permutation number this is? IE:
etc. Any help would be brilliant, again, I have no idea where to start.
|
||||

