Consider the following sequence of natural numbers,
$$M_n = \sum_{k=0}^n \binom{n}{k}^2 4^k$$
We can interpret $M_n$ as the cardinality of the set $X$ of $(2\times n)$-matrices with entries in $\{-1,0,1\}$ which have the same number of zeroes in both rows. My question is about the asymptotic behaviour of this sequence. It must be of the form
$$M_n \sim C \frac{9^n}{\sqrt{\pi n}}$$
but I am unable to compute the constant $C$.
What I am able to get is that $\sqrt{2}/2 \leq C \leq 3/2$. I briefly comment how I get these bounds.
Lower bound: From all the $2\times n$ matrices which have exactly $2p$ rows of the form $\binom{\pm 1}{0}$ or $\binom{0}{\pm 1}$, only those which have exactly $p$ rows from each of the two types are in the set $X$. The proportion is thus $\binom{2p}{p}/{2^{2p}}$ . There are essentially $9^n/2$ matrices with entries $\{-1,0,1\}$ and even number of $\binom{\pm 1}{0}$ or $\binom{0}{\pm 1}$ entires, so we can write $$M_n > \min_{2p\leq n}\left\{\binom{2p}{p}2^{-2p}\right\} \cdot 9^n/2$$ The sequence to minimize is decreasing, so (assume $n$ is even for simplicity) $$M_n > \binom{2n}{n}2^{-2n} \cdot 9^n/2$$ and applying Stirling's formula we get the lower bound.
Upper bound: If we fix a lower row $F$ with $p$ many zeros, there $k_p = 2^{n-p} \binom{n}{p}$ matrices in whose lower row is F. Since there are $3^n$ possible rows, we can bound, $$M_n < 3^n \max_{p\leq n}k_p$$ This maximum can be computed by looking at the quotient $k_{p+1}/k_p$ and one checks that it is attained essentially at $p = n/3$, so $$M_n < 3^n \cdot 2^{2n/3}\binom{n}{n/3}$$ and applying again Stirling's formula we get the upper bound.