1992 OIM Problems/Problem 4: Difference between revisions
Created page with "== Problem == Let <math>(a_n)</math> and <math>(b_n)</math> be two sequences of integers that verify the following conditions: i. <math>a_0 = 0</math>, <math>b_0 = 8</math>..." |
No edit summary |
||
| Line 4: | Line 4: | ||
i. <math>a_0 = 0</math>, <math>b_0 = 8</math> | i. <math>a_0 = 0</math>, <math>b_0 = 8</math> | ||
ii. <math> | ii. For all <math>n \geq 0</math>, <math>a_{n+2}=2a_{n+1}-a_{n}+2</math>, <math>b_{n+2}=2b_{n+1}-b_{n}</math> | ||
iii. <math> | iii. <math>a_{n}^{2}+b_{n}^{2}</math> is a perfect square for all <math>n\ge 0</math> | ||
Find at least two values of <math>(a_{1992},b_{1992})</math>. | |||
~translated into English by Tomas Diaz. ~orders@tomasdiaz.com | ~translated into English by Tomas Diaz. ~orders@tomasdiaz.com | ||
Revision as of 22:47, 13 December 2023
Problem
Let
and
be two sequences of integers that verify the following conditions:
i.
,
ii. For all
,
,
iii.
is a perfect square for all
Find at least two values of
.
~translated into English by Tomas Diaz. ~orders@tomasdiaz.com
Solution
This problem needs a solution. If you have a solution for it, please help us out by adding it.