Verify by induction that $P(n) = \frac{6^{2n} - 3^n}{11} \in \mathbb{N} \quad \forall n \ge 1 \in \mathbb{N}$
Basis: $P(1) \Rightarrow \frac{33}{11} \in \mathbb{N}$.
Induction: if the statement holds for some $n$ $\Rightarrow$ holds for $n+1$
I would appreciate some small hints because I'm stuck at $P(n+1) = \frac{6^{2(n+1)} - 3^{n+1}}{11}$
Because $\displaystyle \frac{6^{2n}-3^n}{11}$ is a natural number, we can write for some $k \in \mathbb N, 6^{2n} =3^n +11k $. Then our proof becomes $$\frac {6^{2n+2}-3^{n+1}}{11} = \frac {36 (3^n +11k )-3 (3^{n})}{11} =\frac {33 (3^n) +11 (36k)}{11} \in \mathbb N $$ And thus the proof is completed. Hope it helps.