Sequence of Positive Integers Challenge

Click For Summary
SUMMARY

The sequence of positive integers defined by the recurrence relation $$a_n=a_{n-1}^2+a_{n-2}^2+a_{n-3}^2$$ for all $n \ge 3$ demonstrates that if $a_k=1997$, then $k$ must be less than or equal to 3. The proof involves assuming $k \ge 4$ and deriving contradictions based on the bounds of the sequence's terms. Specifically, the only valid configuration for $a_0$, $a_1$, and $a_2$ that results in $a_3 = 1997$ is $a_0 = 5$, $a_1 = 6$, and $a_2 = 44$.

PREREQUISITES
  • Understanding of recurrence relations
  • Familiarity with properties of squares and integer sums
  • Knowledge of mathematical proof techniques, particularly proof by contradiction
  • Basic number theory concepts regarding sums of squares
NEXT STEPS
  • Study advanced recurrence relations and their applications in combinatorics
  • Explore the properties of sums of squares in number theory
  • Learn about proof techniques, focusing on contradiction and induction
  • Investigate the implications of integer sequences in mathematical analysis
USEFUL FOR

Mathematicians, students studying number theory, and anyone interested in advanced mathematical proofs and sequences.

anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Consider the sequence of positive integers which satisfies $$a_n=a_{n-1}^2+a_{n-2}^2+a_{n-3}^2$$ for all $n \ge 3$.

Prove that if $a_k=1997$, then $k \le 3$.
 
Mathematics news on Phys.org
anemone said:
Consider the sequence of positive integers which satisfies $$a_n=a_{n-1}^2+a_{n-2}^2+a_{n-3}^2$$ for all $n \ge 3$.

Prove that if $a_k=1997$, then $k \le 3$.
[sp]The statement of the problem implies that the first three terms $a_0$, $a_1$, $a_2$ can be chosen arbitrarily, and the rest of the sequence is then determined by the given relation.

Suppose (to get a contradiction) that $a_k = 1997$ for some $k\geqslant4$. Let $x=a_{k-4}$, $y=a_{k-3}$, $z=a_{k-2}$. Then $a_{k-1} = x^2 + y^2 + z^2$, and $1997 = y^2 + z^2 + (x^2+y^2+z^2)^2$. Since $1997 < 45^2$, it follows that $x^2 + y^2 + z^2 \leqslant 44$, and since $44<7^2$ it follows that each of $x$, $y$, $z$ must be at most $6$. Thus $(x^2+y^2+z^2)^2 = 1997 - y^2 - z^2 \geqslant 1997 - 6^2 - 6^2 = 1925 >43^2$, and it follows that $x^2+y^2+z^2 >43$. Thus the only possibility is that $x^2+y^2+z^2 = 44$. But the only way to express $44$ as the sum of three squares is $44 = 6^2+2^2 + 2^2$, and neither of the sums $2^2 + 2^2 + 44^2$, $2^2 + 6^2 + 44^2$ is equal to $1997$ (obviously, since both those sums will be even). Therefore $1997$ cannot be equal to $a_k$ for any $k>3$.

In fact, it is possible to get $1997 = a_3$, for example if $a_0 = 5$, $a_1 = 6$, $a_2 = 44$, then $a_3 = 25 + 36 + 1936 = 1997$.[/sp]
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
892
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K