I am currently doing research on the symmetric qudit Dicke states, which are states symmetric under the permutation group. In the article "Entanglement entropy in the Lipkin-Meshkov-Glick model," it is claimed in Eq. 5 that $$p_l=\frac{{L \choose l} {N-L \choose n-l}}{ {N \choose n}},$$ can be approximated for $N\, L\gg 1$ where $p_l$ represent the Clebsch-Gordon coefficients used in a Schmidt decomposition of the Dicke state. Specifically, they write
...the hypergeometric distribution of the $p_l$ can be recast into a Gaussian distribution $p_l\approx \frac{1}{\sqrt{2\pi}\sigma}\exp\left[- \frac{(l-\bar l)^2}{2\sigma^2}\right]$, of mean value $\bar l=nL/N$ and variance $\sigma^2=n(N-n)(N-L)L/N^3$, where we have retained the subleading term in $(N-L)$ to explicitly preserve the symmetry $L\to N-L$.
I am looking for a reference or an explanation of how this is achieved; I have used asymptotic formulas before, but never for something of combinatorial nature. Also, I am relatively unfamiliar with hypergeometric functions. Understanding this is important for me, because I am looking to extend this argument from $SU(2)$ to the $SU(2)_q$, where the binomials in $p_l$ are replaced with $q$-binomials.
Edit: My research professor just sent me a wikipedia link that appears to make the same claim. I still don't understand how this approximation is found. Perhaps this link is relevant?
Edit: Reached $1k$ reputation :)
You know that (under appropiate conditions) $\binom{n}{x} \approx 2^n \phi(x; \frac{n}{2}, \frac{n}{4})$ where $\phi(x; \mu,\sigma^2)$ is the Gaussian distribution. You can apply that. Or, combinatorily:
The hypergeometric distribution gives the probability of $\ell$ successes in $n$ draws without replacement, from a finite population of size $N$ that contains $L$ "good" objects.
If $N\gg n$, then the experiment is approximately equivalent to draws with replacement. In that case, the success has probability $L/N$, and the number of successes follows a Binomial distribution, with mean $\mu=n p = n L/N$ and variance $\sigma^2 = n p (1-p) = n \frac{L}{N}\frac{N-L}{N}$
Further, the Binomial can be aproximated by a Gaussian with those parameters.
This already gives the approximation linked in the Wikipedia article.
In your case, they have an additional correction factor. Instead of
$$\sigma^2 = n \frac{L(N-L)}{N^2} $$
they use
$$\sigma^2 = n \frac{L(N-L)}{N^2} \frac{N-n}{N}$$
which is closer to the true variance of the hypergeometric :
$$\sigma_H^2 = n \frac{L(N-L)}{N^2} \frac{N-n}{N-1}$$