I am trying to compute the best growth rate for the following sequence $$ a_n=\prod_{k=0}^{n-1}\frac{(3k+1)!}{(n+k)!} $$
This sequence counts the number of $n\times n$ alternating sign matrices: http://en.wikipedia.org/wiki/Alternating_sign_matrix
It also counts the number of descending plane partitions of order $n$.
I am looking for an asymptotic growth rate (even just using $\Theta$ notation).
I found the following statement about logarithmic growth (http://rsta.royalsocietypublishing.org/content/364/1849/3183.full.pdf+html): $$ \log a_n\sim \sqrt{\frac{27}{16}}n^2 $$
However, my limited knowledge of this kind of thing doesn't help me get a precise growth rate for the whole function.
EDIT: To clarify: I am not looking for an explanation of how to obtain the logarithmic growth rate. I only included this to show what I have been able to find towards answering the question, which is the following. What is a "simple" function that represents the asymptotic growth of $a_n$? Alternatively, I would be happy with a "simple" function representing the $\Theta$ class of $a_n$.
$$\log a_n = \sum_{k=0}^{n-1} \left(\log((3k+1)!) - \log((n+k)!\right)$$
Next use Stirling's approximation. Note e.g. that $$\sum_{k=1}^n k \log(k) \approx \int_1^n k \log(k)\; dk \approx \dfrac{n^2 \log(n)}{2} - \dfrac{n^2}{4}$$
EDIT: Ah, the Robbins numbers: OEIS sequence A005130. It seems (R.W. Gosper's approximation) $$ a_n \sim \dfrac{2^{5/12-2n^2}\; 3^{-7/36+3 n^2/2} \exp(\zeta(1, -1)/3))\;\pi^{1/3}} {n^{5/36}\; \Gamma(1/3)^{2/3}}$$