Let $m,n$ be nonnegative integers.
The sequence $\{a_{m,n}\}$ satisfies the following three conditions.
- For any $m$, $a_{m,0}=a_{m,1}=1$
- For any $n$, $a_{0,n}=1$
- For any $m\ge0, n\ge1$, $a_{m+1,n+1}a_{m,n-1}=a_{m+1,n-1}a_{m,n+1}+a_{m+1,n}a_{m,n}$
Prove that $a_{m,n}$ is an integer for any $m\ge0, n\ge0$.
Could you tell me how to prove it?
However, these are not always right, so this idea doesn't seem to be good.I think this sequence is similar to 'Somos sequence',but no good idea.
– mathlove May 23 '13 at 14:49