I'm looking for a way to calculate the number of combination of 10 choose 5 => $_5^{10}C$ while allowing any number repetitions and counting 12345
and 54321
only once (order isn't important, ie I count 11355 but not then 35115).
I think this number is majored by $10^5$, but how to remove ordering number ?