What's the asymptotic growth of:
$$ a(n)=\prod_{k\in\{1,\dots,n\}}{2^{k+1} \choose 2^k}\quad?$$
So far I was able to find only some lower bounds. For example, $a(n)>\prod_{k\in \{1\dots n\}} 2^{k+1}=\Theta(2^n)$
Also, I was thinking that it would be easy to find it in OEIS (and there to find some data about it, e.g. its asymptotic growth), but unfortuantely I could find it there.