So this question is very challenging because normally the bases of the exponents are the same. There are too many different bases for me to successfully subtitue in the assumption (when $n=k$)
I was hoping someone out there will have a super smart elegant solution to this!
Base step: test when n = 1 ...
Assume true for $n = 1$ ie . $12^k - 4^k - 3^k +1 = 6M$, where $m$ is an integer
RTP: also true for $n = k+1$ ie. $12^{k+1} - 4^{k+1} - 3^{k+1} +1 = 6N$ where $N$ is an integer
LHS: $12^{k+1} - 4^{k+1} - 3^{k+1} +1$
$= 12( 4^k + 3^k - 1 + 6M) - 4^{k}(4) - 3^{k}(3) +1$ (from assumption)
$= 6(12M) + 12(4^k) + 12(3^k) -12 -4^{k}(4) - 3^{k}(3) +1$
Here is where I break down and go around in circles.