I am interested in asymptotics for the number of permutations of $[n^2]$ with longest increasing subsequence of length $n$. The first few values are:
1,13,89497,1744049683213,320348783206253047567401
The next few terms are approximately 1.39502e+39, 3.03849e+59, 6.19775e+84, 2.03345e+115.
This sequence is not in the OEIS.
By numerical experimentation it seems the function may approximately be of the form:
$$A \cdot B^n \cdot(n^2-n-1)!$$
for constants $A$ and $B$ and $n \geq 2$.
By taking logs and fitting for $n$ going from $2$ to $9$, we get $A \approx 0.003822$ and $B \approx 58.3669$.
@DavidMoews gave a very nice proof for the number of permutations of $[2n]$ with longest increasing subsequence of length $n$. However I can't see how to use the proof technique here because the argument in the $[2n]$ case no longer applies. Specifically,
but these tableaux are just the tableaux with $\lambda\vdash n$ with an extra row of length $n$ inserted at the top
is no longer true.
What can be used instead?

Let $\ell_n$ be the longest increasing subsequence (LIS) in a permutation of $[n^2]$ chosen uniformly at random. Writing $T_n$ for the number of permutations of $[n^2]$ with LIS of length $n$ then $$T_n = (n^2)! P(\ell_n = n)$$ since $P(\ell_n = n)$ is the proportion of permutations with LIS $n$.
Since $$P(\ell_n = n) = P(\ell_n \leqslant n) - P(\ell_n \leqslant n-1) = P(\ell_n \leqslant n) - P(\ell_n \leqslant (1-n^{-1})n),$$ the large deviation result in Deuschel & Zeitouni, i.e. $$\frac1{n^2} \log(P(\ell_n < x n)) \to -2 H(x) \;\; \text{as $n \to \infty$, for} \;\; 0 < x <2$$ with $x=1$ and $x=1-n^{-1}$, gives $$T_n \approx (n^2)! \left\{e^{-2n^2H(1)} - e^{-2n^2 H(1-n^{-1})}\right\}$$
This approximation of $T_n, n=2,\dots,9$ produces
12.0982, 85999.7, 1.71451e+12, 3.20664e+23, 1.41747e+39, 3.12697e+59, 6.44930e+84, 2.13673e+115.