What I am trying to do is find out how many combinations of 5 numbers from 1-9 equal 13 when added up. For example, 1+1+1+1+9=13, 1+2+1+1+8=13, 1+3+1+1+7=13, etc. However, I don't want the combinations that are the same as the ones before such as 1+1+1+1+9 is the same thing as 9+1+1+1+1...