I've just started studying combinatorics and I'm currently trying to understand permutations. So far I'd like to say that I do understand:
- Permutations without repetitions
- Partial permutations without repetitions
- Permutations with repetition
My question is if one can produce permutations out of permutations on the same elements?
Say for the 5 elements: (A B C C D) I first produce the possible permutations with only 2 of these 5 elements, $$5!/3!=20$$ permutations.
Now out of the 20 permutations with only 2 elements, I want to produce the permutations with regards to repetition, or in other words, filter out the repetitions that occur among the 20 permutations. Doing it manually by hand I came to the conclusion that there are 7 repetitions among the 20, so the amount of permutations I am looking for are 13.
Is there a way of producing these 13 permutations out of formulas? I'm not necessarily asking for the solution (unless they only involve the 3 types of permutations I mentioned), but if it is possible and which method(s) I should read about concerning such a problem. I found something called "Permutations on multisets", but I'm not really sure that's it?