$\left[ \matrix{n\\k}\right]$ is the notation for Stirling numbers of the first kind. This is the number of distinguishable ways to break$n$ objects into $k$ cycles. (Warning - Mathematica's StirlingS1 function is $(-1)^{n-k}$ times the usual definition of $\left[ \matrix{n\\k}\right]$.
I wanted to find an asymptotic expansion for $\left[ \matrix{n\\k}\right]$, good for general (large) $n$ and $k$. This seems to be a lot too tough, so I will stick to my original motivating problem:
Find the large-$n$ asymptotic behavior of $\left[ \matrix{2n\\n}\right]$.
We can, by the recursion relation, immediately see that $\left[ \matrix{2n\\n}\right]$ grows at least as fast as $(n-1)!$, and in fact it is easier to work with the behavior of $$S(n) = \frac1{n!}\left[ \matrix{2n\\n}\right]$$
The term ratio $$ R[n] \equiv \frac{ \left[ \matrix{2n+2\\n+1}\right] } {(n+1) \left[ \matrix{2n\\n}\right]} $$ seems to go to as $$ R[n] \approx \exp\left( 2.2805 + \frac{0.0103}{\log n} - 0.0011 \log\left( \frac{\log 2}{\log n}\right) + O(1/n) \right) $$ and since this was obtained by working with modest values of $n$ (around $500$) it is plausible that the last two coefficients are actually zero and the term ratio goes to a constant with order $1/n$ corrections. Still, this does not get me to the desired asymptotic form for $\left[ \matrix{2n+2\\n+1}\right]$.
I appear to be stuck.
The exponential generating function for the signed Stirling numbers of the first kind $s(n, k)$ is $\ln^k(x + 1)/k!$, so we have $$s(n, k) = \frac {n!} {k!} [z^n] \ln^k(z + 1) = \frac {n!} {2 \pi i k!} \int_{|z| = \epsilon} \frac {\ln^k(z + 1)} {z^{n + 1}} dz.$$ We want to apply the steepest descent method to $e^{n \phi(z)}/z$ with $\phi(z) = -2 \ln z + \ln \ln(z + 1)$. The stationary point of $\phi$ is at $$\alpha = -\frac 1 {2 W_{-1} {\left( -\frac 1 {2 \sqrt e} \right)}} - 1,$$ so we need to take a branch of $\phi$ which is analytic at $\alpha$. Since $(2 n)!/n! \sim \sqrt 2 \, (4 n/e)^n$, we get the asymptotic estimate $$(-1)^n s(2 n, n) \sim -\frac {\sqrt 2} {2 \pi i \alpha} \sqrt {-\frac {2 \pi} {\phi''(\alpha) n}} \left( -4 n e^{\phi(\alpha) - 1} \right)^{\! n}, \quad n \to \infty.$$ The negative square root corresponds to going through the saddle point in the direction $-i$. The result is the same as in Claude's answer.