$$\begin{align} a_0 &= 1 \\ a_1 &= 1 \\ a_k &= 2~a_{k-1} + 3~a_{k-2} \quad \text{ for } k \ge 2 \end{align}$$
Proof by Strong Induction: For all non-negative integers $n$, $a_n$ is an odd integer.
Proof by Strong Induction:
$$\begin{align} P(n) &= a_n \text{ is an odd integer } \\ P(0) &= a_0 \text{ is an odd integer } \\ \end{align}$$
Assume $P(n)$, show $P(n+1)$
Basis Step: $P(0)$, $P(1)$, $P(2)$, $P(3)$, $P(4)$, $P(5)$
Inductive Step: Want to show for all integers $n \ge 5$, if $P(i)$ is true for all $0 < i < n$, then $P(n)$ is true
Let $c > 5$, be arbitrary and fixed
IH: Assume $P(i)$ for any $0<i<c$
I don't know where to go in the proof from here. Can anybody help me show that $P(i)$ is always odd, I am confused with strong induction, too many variables are introduced.