-
Problem 4. A proper divisor of a positive integer N is a positive divisor of N other than N itself.The infinite sequence a 1,a 2,... consists of positive integers, each of which has at least three proper divisors. For each n ≥1, the integer a n+1 is the sum of the three largest proper divisors of a n.
Determine all possible values of a1
Solution 1Solution 2Solution 3Solution 4
Solution 1
The answer is all integers of the form , where and is relatively prime with .
Let be the sum of the three largest proper divisors of . Note that if the smallest four divisors of are or , if the smallest four divisors of are , and otherwise.
Claim 1. is even.
Proof. Suppose FTSOC is odd and its smallest divisors are where are odd. Then and
![\[
a_2=a_1\left(\frac{1}{a}+\frac{1}{b}+\frac{1}{c}\right)=\frac{a_1(ab+bc+ca)}{abc}.
\]](//latex.artofproblemsolving.com/9/4/e/94e85a91d42f13466a4ce58484ec81a7c44e01fc.png)
Since is odd, is odd. Eventually the sequence terminates, a contradiction. 
Claim 2. is a multiple of .
Proof. Suppose FTSOC and its smallest divisors are where . Then and
![\[
a_2=a_1\left(\frac{1}{2}+\frac{1}{a}+\frac{1}{b}\right)=\frac{a_1(2a+2b+ab)}{2ab}.
\]](//latex.artofproblemsolving.com/f/5/8/f580d6f962d2d9a92249d61b284d6f59bf77a91d.png)
Doing casework on yields that only gives . If , then so eventually the sequence terminates, a contradiction.
Hence assume . Note that neither nor is , so . If neither nor is even, then is odd and , so is odd, a contradiction. Thus is even and . This is a contradiction with . 
Thus let .
Case 1: is an odd multiple of . Write . Then is odd so the eventually the sequence terminates.
Case 2: is even. Write . Then so . Thus works iff works. This yields the solution set.
Case 3: is relatively prime with . Then so this works.
Solution 2
For any integer let the first, second and third minor divisors of , diferent to .
So
![\[a_{n+1} = a_n(\frac{1}{f_1(a_n)}+\frac{1}{f_2(a_n)}+\frac{1}{f_3(n)})\]](//latex.artofproblemsolving.com/f/c/9/fc9e954acf6d32b90916f86e6f9050977237885f.png)
If exist such that odd:
, so and is easy to see that it's also odd.
So the sequence is strictly decreasing from now on, which is a contradiction, because the sequence is infinite.
So is even forall integer: so , forall integer.
![\[a_{n+1} = a_n(\frac{1}{2}+\frac{1}{f_2(a_n)}+\frac{1}{f_3(a_n)})\]](//latex.artofproblemsolving.com/9/0/e/90e0635a9f98c3baff1548edacde3250af40795f.png)
Now if , for some integer, the sequence is strictly decreasing from now on, which is a contradiction.
So , forall integer.
![\[a_{n+1} = a_n(\frac{1}{2}+\frac{1}{3}+\frac{1}{f_3(a_n)})\]](//latex.artofproblemsolving.com/b/5/e/b5e408d59405ddb4f2c54ae66695d40d08a65c83.png)
Since and , we have , so 
if : so , so , but is even, so but .
If , we have 
If , we have 
Then we can say that , forall integer, where is the number of such that .
Now is an integer, so , so is a bounded sequence, so it's eventually constant, i.e. forall 
we have , so , so , since is constant for , we have that , but and , so with , so .
Finally also , so we have , with .
|