I'm trying to solve the problem:
$5|(6^n-1)$ with $n > 0$
I'm thinking about $6^n$ always ends with 6 as the last digit and subtract $1$ we have $5$ as the last digit of $(6^n - 1)$. A number with $5$ as the last digit is always divisible by $5$.
However, I don't know how to use direct proof to prove that.
Edit: I don't want to use induction proof.