Prove that: $$\forall n \in \mathbb{N}, \ 6\mid 7^n - 1$$
My Attempt:
I first let $n = 1$. $$6\mid 7^1 - 1$$ $$\implies 6\mid 6 \ \ \ \color{green}{\checkmark}$$ Now I let $n = 2$. $$6\mid 7^2 - 1$$ $$\implies 6\mid 48 \ \ \ \color{green}{\checkmark}$$ And now I let $n = 3$. $$6\mid 7^3 - 1$$ $$\implies 6\mid 342 \ \ \ \color{green}{\checkmark}$$ So now I try and find a pattern by dividing the $RHS$ by the $LHS$. $$6/6 = 1$$ $$48/6 = 8$$ $$342/6 = 57$$ There is a pattern on the $RHS$, where if you start from $1$, you multiply by $7$ and then add $1$. According to the pattern, this implies that $7^4 - 1 = 2400$ and thus $6\mid 2400$ which is true.
And it also seems that
$$8\mid \bigg(\frac{7^n - 1}{6} + \frac{7^{n + 1} - 1}{6} - 1\bigg)$$
So now I have run into another problem and don't know how to prove this. Could somebody please help me? Surely there must be some special way of proving things like these, right? Hopefully it isn't too ugly to prove. I came up with this question by figuring it out, and I do believe that it is correct because it seems like it. I have tested for $n$ up to $100$ and it still looks true. Why is this?
Thank you in advance.