Can you provide all possible combination of numbers 1 to 16 by 8 not to be repeated? For example 1 2 3 4 5 6 7 8 but should not to be repeated.
This will be the same for question like All Possible 6/45 Lottery Number Combinations. It just that what i need is 8/16, and yes i need all the number list.
This 1 to 16 numbers where 16 rumbled numbers i just used 1 to 16 numbers as mappings since in this way it will be easier rather than using the original 16 rumble numbers.
The are indeed
12870combinations, as mentioned in the comments. However, we can indeed write them all for you ;).produces
run the code yourself to get the rest.