Base step: $3^0 + 7^0 - 2 = 0$ and $8|0$
Suppose that $8|f(n)$, let's say $f(n)= (3^n+7^n)-2= 8k$
Then $f(n+1) = (3^{n+1}+7^{n+1})-2$
$(3*3^{n}+7*7^{n})-2$
This is the part I get stuck. Any help would be really appreciated.
Thanks.
Base step: $3^0 + 7^0 - 2 = 0$ and $8|0$
Suppose that $8|f(n)$, let's say $f(n)= (3^n+7^n)-2= 8k$
Then $f(n+1) = (3^{n+1}+7^{n+1})-2$
$(3*3^{n}+7*7^{n})-2$
This is the part I get stuck. Any help would be really appreciated.
Thanks.
Probably the easiest way to get it into the form you want is to do this
$$3(3^n)+3(7^n)+4(7^n)-6+4=3(3^n+7^n-2)+4(7^n+1)$$