We have a set $S$ of $2N$ distinct elements. I want to partition it into $N$ parts each containing 2 elements. My motivation is partitioning a group of people into pairs.
What is the formula that gives the number of different partitions of $S$?
I prefer closed-form formula. If no such formula exists then asymptotic growth rate is fine.
EDIT: I received several answers. The formula seems hard to calculate. Hence, I am also interested in an accurate Stirling approximation of the formula.
I got this Stirling approximation: $\sqrt 2 (2N/e)^N$. Is this the most accurate approximation?