My question is about solving for $k+1$
I did the base case and tried to solve the induction step.
this is what I tried
my hypothesis is $4k^2 + 1 < 3\cdot 2^k$ is true then I need to show that it is true for $k+1$
I did right hand side by doing this
$3\cdot2\cdot2^k = 3\cdot 2^{k+1}$ but I am not able to do left hand side please help
HINT: multiplying $$3\cdot 2^n>4n^2+1$$ by $2$ we get $$3\cdot 2^{n+1}>8n^2+2$$ and now show that $$8n^2+2>4n^2+8n+5$$ for $n>2$ so if we have $$3\cdot 2^{n+1}>8n^2+2$$ and $$8n^2+2>4n^2+8n+5$$ then is $$3\cdot 2^{n+2}>4(n+1)^2+1$$