The sequence $a_0,a_1,a_2,...$ satisfies $a_{m+n}+a_{m-n}=\frac{1}{2}(a_{2m}+a_{2n}), a_1=1$ for all non-negative integers $m,n$ with $m\ge n$. Find $a_{1995}$
This is a quick sketch of my solution.
$n=0$ gives $a_{2m}=4a_{m}$
$m=n=0$ gives $a_{0}=0$
Plugging $a_{2m}=4a_{m},a_{2n}=4a_{n}$ (with $n=1$) back to the question gives $a_{m+1}=2a_{m}-a_{m-1}+2$
- Trying small values led me to conjecture that $a_n=n^2$
My question is a a lot simpler: My book's solution also conjecture that $a_n=n^2$, and proves it by strong induction. Can't I just check to see if it satisfy $a_1=1$ and $a_{m+n}+a_{m-n}=\frac{1}{2}(a_{2m}+a_{2n})$?