$a_0 = 1, a_1 = 1, a_k = 2a_{k-1} + 2a_{k-2}$ for $k≥2$
For all integers $n≥0$, $a_n= \frac{1}2[3^{n}+(-1)^n$]
Proof By Strong Induction:
Basis:
$F(0), F(1), F(2), F(3), F(4), F(5)$
Inductive Step:
Let $c ≥ 0$, be arbitrary and fixed.
IH:
Assume for all integers $c, 0 < n < c, F_c$ is an integer and $F_c = (1/2)3^c+(-1)^c$
By definition $F_c = 2a_{c-1} + 2a_{c-2}$ for $c≥2$
I do not know how to finish the proof because I am starting to introduce to many integers / variables and I am getting confused. How do I complete the proof?