I understand the solution of $a_{m+n}+a_{m-n}=\frac{1}{2}(a_{2m}+a_{2n}), a_1=1$, find $ a_{1995}$ and I was able to derive it myself, however, in my first attempts I conjectured something very different, and I don't see the problem in my approach:
Using $m=0, n=0$ we obtain $a_0=0$ Using $n=0$ we obtain $a_{2m} = 4a_{m}$
Up to that point, everything is fine.
Using the fact that $a_1=1$, I found $a_{2k}=2^{2k}$ (conjecture that seems to hold).
By replacing in the original question we have : $2(a_{m+n}+a_{m-n})= a_{2m}+a_{2n} = 2^{2m}+2^{2n}$.
Now if we put $n=0$, our equation becomes $2(a_{m}+a_{m})= 2^{2m} + 1$.
I replaced with $m=1995$ and obtained $a_{1995} = \frac{1}{4}(2^{2.1995} + 1)$
Which is evidently not a solution, but I don't get why I can't solve the problem in this way.
It's seems that my conjecture is false, but how could I check it and avoid running in this issue next time?