Let $p_1 = 4$, $p_2 = 8$, and $p_n = 6p_{n−1} − 4p_{n−2}$ for each integer $n ≥ 3$.
Prove by strong induction that $2^n$ divides $p_n$ for all integers $n ≥ 1$
I got up to the base step where by you prove for $p_3$ but unsure about the strong induction step
Hint:
If by inductive hypothesis $2^{n-1}\mid a_{n-1}$, then $\,2\cdot2^{n-1}\mid 6\cdot a_{n-1}$.
Likewise if by inductive hypothesis $2^{n-2}\mid a_{n-2}$, then …