This an exercise that I found in a maths book from the first lesson in the second year of high school called Logic. Here we have to demonstrate the proposition by reasoning with recurrences.
Show that for all $n\in\Bbb N$, $9\mid(16^n+12n-1)$.
I tried to solve this by recurrences but I keep getting false and illogical answers!
As regards 1), I guess that you would like to show that $9$ divides $16^n+12n-1$ for all $n\in\mathbb{N}$.
Hint. Try induction and note that $$16^{n+1}+12(n+1)-1=(18-2)16^{n}+(36-24)n+11\\ =18\cdot 16^n+36n+9-2(16^n+12n-1).$$