So I know it's true for $n = 5$ and assumed true for some $n = k$ where $k$ is an interger greater than or equal to $5$.
for $n = k + 1$ I get into a bit of a kerfuffle.
I get down to $(k+1)^2 + 1 < 2^k + 2^k$ or equivalently:
$(k + 1)^2 + 1 < 2^k * 2$.
A bit stuck at how to proceed at this point