$$2^{3^n}\in Θ\left(2^{3^{n+1}}\right) $$
My intuition about it was to disregard constants since we are talking about asymptotic analysis. $ 2^{3^{n+1}} $ can be rewritten as $2^{3\cdot 3^n}$ which is equal to $8^{3^n}$ and since 2 and 8 are constants it follows that they are asymptotically equal and the answer to the question is true?