I have the below difference equation, which I need to find a general solution for:
$a_{n+1} = a_n^2 − 10,\ a_0 = 4$
I've done simpler problems which I know how to reach a general solution for. However, I'm unsure of how to handle this particular problem.
I've seen in some textbooks that they deem certain equations to be too complex.
Is this realistically solvable and if so what steps can I take to reach a solution?