I have a question. I must prove with induction that $$\displaystyle 2^{2n+1} - 9n^{2} + 3n - 2$$ is divisible by $54$.
My attempt was that if I plug in $n = 0$, I get result of $0$.
Then I want to show this sentence for $n + 1$:
$2^{2(n+1) + 1} - 9(n + 1)^2 + 3(n + 1) - 2 = 2^{2n + 3} - 9n^2 - 18n - 9 + 3n + 3 - 2 = (2^{2n + 1} \cdot 4 - 9n^2 + 3n - 2 ) - 18n - 6 = (3 \cdot 2^{2n + 1} - 18n - 6) + \left(2^{2n + 1} - 9n^{2} + 3n - 2\right)$.
Here I stopped, because I don't know how to manipulate the prove. Can anyone help me?