Let ${a_n}$ be the sequence given by $a_1 = 3$ and $a_{n+1} = 2a_n + 5$. Use induction to prove that $a_n > 2^n$ for all $n \in \mathbb{N}$
Attempt:
For $n = 1,$ we have $3>2$ so the base case holds.
Assume $a_k > 2^k$ for some k
For $n = k+1$ we have:
$a_{k+1} = 2 a_{k} + 5$