I have this question:
The $n$th member $a_n$ of a sequence is defined by $a_n = 5^n + 12n -1$. By considering $a_{k+1} - 5a_k$ prove that all terms of the sequence are divisible by 16.
I can do the induction and have managed to rearrange the expression at the inductive step such that the expression must be divisible by 16. In other words, I can do the question fine. My question is: why must we consider $a_{k+1} - 5a_k$? Why can't we prove this by induction just by looking at $a_{k+1}$? Also, how can it be deduced that the expression we must consider is $a_{k+1} - 5a_k$?
If you prove that $a_n$ (or $a_{n+1}$, doesn't matter) is divisible by 16, that is a direct proof.
For a proof with induction, you first need to check that $a_0$ is divisible by 16.
Then assuming that $a_n$ is divisible by 16, you need to prove that $a_{n+1}$ is divisible by 16. And how do you do that?
If you know that 16 divides $a_n$, and if you know 16 divides $a_{n+1}-5a_n$ then that means that $a_{n+1}$ is also divisible by 16, which completes the proof.