I've recently stuck a maths problem in my head, but I cannot seem to come up with a solution. I was wondering if the series of sines $\left(\sin(1), \sin(2), \sin(3), ...\right)$ can be written as a recurrent formula, so that $\sin(n) = f\left(\sin(n-1), \sin(n-2), ...\right)$. In other words, can the element $\sin(n)$ of the sequence be written as a function of its recent history (thus, without knowing $n$)? You can easily show by counterexample that you will need at least two historical points, but so far I have been unable to come up with a formula (there is some $\cos(n)$ term that cannot seem to get rid off).
Can someone help me out? Thanks!
Write
$$\begin{cases}\sin(n-1)=\sin n\cos1-\cos n\sin1,\\ \sin(n-2)=\sin n\cos2-\cos n\sin2\end{cases}$$ and eliminate $\cos n$.
You get
$$\sin n=\frac{\sin2\sin(n-1)-\sin1\sin(n-2)}{\sin2\cos1-\cos2\sin1}=\frac{\sin2}{\sin1}\sin(n-1)-\sin(n-2).$$