After googling for the answer I’m not sure if what I got can apply to what I’m looking for. The combinations I found seem to be more complex then what I’m after.
I would like to know the number of combinations that could be made using consecutive numbers starting at one with varying amounts of digits. So for instance, what is the maximum amount of combinations I can make using the number’s 1,2,3. Writing it out on paper, I found 27. I did cheat by only doing possible combinations starting with the number one, then I times’d it by three.
Going further, to four digits, I figured there were 256 combinations that could be made using the numbers 1,2,3,4. Again, using the same method as mentioned above. Onto five digits (1,2,3,4,5), I figured there were 3125 combinations that could be made.
The result was that the number of digits involved in a combination can be found by using the root of itself (math is a weak subject for me, so the I may have the word usage wrong). So for three to the power of three gives me my answer. Likewise with four, four to the power of four, and five to the power of five gives me the maximum number of combinations.
Googling gave me different results, and that’s why I’m asking here. Results found on various websites seem to say that if I wanted to find the number of combinations made using five digits would be found by going 5x4x3x2x1, that would yeild the maximum number of combinations using the numbers 1,2,3,4,5. That just doesn’t seem right to me though.
So, using the example I gave above, a number to the power of itself, is that a legitimate way of coming up with the maximum number of combinations for a given number? The numbers start at one and are consecutive. Please remember I am not versed in math when answering (provided this doesn’t sink like a stone).
Thanks for your time.