I have $2n$ pieces of string which have each of their ends separated, i.e. left ends on one side and right ends on another, and I can only pair like ends together. I need to work out the probability that I will form a loop of length $2n$ from $2n$ pieces of string. I know the number of different arrangements of knots on one side is $2n\choose n$. I have then said that the probability of selecting strings to pair in such a way so as to form a loop of $2n$ is:
$ \frac1{2n}\cdot \frac1{2n-1}\cdot \frac1{2n-1}…=\frac1{2n!}$
and so the overall probability is just:
$P_n=$$2n\choose n$$ \cdot \frac1{2n!}$
I felt this was correct, but I am having real trouble writing $P_n$ in the form:
$P_n \approx Cn^{-\alpha}$
($C$ and $\alpha$ are constants)
using Stirlings Formula and so I am beginning to doubt myself. Any pointers would be greatly appreciated!