How should I go about solving a problem like this using induction?
Would I:
First test $(n = 1)$ so that $6^{2(1)+1} + 1 = 6^3 + 1 = 217/7 = 31$. Then assume $(n = k)$ so that you have $6^{2(k) + 1} + 1$ Then $(n = k+1)$ and substitute in so it is $6^{2(k+1)+1}+1$.
Where should I go from here to prove this? Or what should I do with my past steps to correct what I've already done?
For $n=1$ we have $6^{2n+1} + 1 = 6^{3} +1,$ so $7 \mid (6^{2n+1} + 1).$
If $n \geq 1$ is such that $$6^{2n+1} = 7k - 1$$ for some $k \geq 1,$ then $$6^{2n+3} + 1 = 36\cdot 7k - 36 + 1 = 36\cdot 7k - 35=7(36k-5),$$ divisible by 7.