Prove that if $n$ is a positive integer, then $3^{2^{n}}-1$ is divisible by $2^{n+2}$
I tried to prove this using induction so for the base case $n=1$ you get that $8 \mid 8$
For the inductive step assume $P(k): 2^{k+2}\mid 3^{2^{k}}-1$ is true for some $k \geq 1$ I want to show $P(k+1)$ is true then $2^{k+2+1}=( 3^{2^{k}}-1) * 2$ I want to somehow get to $3^{2^{k+1}}-1$ I just got stuck and I'm unsure if this is the right approach.