If I have "n" numbers, how to list it in every possible combination. Example for 3 numbers: 3, 7, 21 1. combination is: 3,7,21 2. combination is:7,3,21 3. combination is: 21,3,7