Big Theta of $4^{\log_2(n)}$

180 Views Asked by At

I don't perfectly understand this concept, how would I go about calculating the big theta of $4^{\log_2(n)}$.

My instincts tell me this would end up as $\Theta(4^n)$, is that correct?