Does this sequence even exist?

Find sum of all positive integers n n such that there exist a sequence of positive integers a 1 , a 2 , . . . , a n a_{1},a_{2},...,a_{n} satisfying a k + 1 = a k 2 + 1 a k 1 + 1 1 a_{k+1}=\frac{a_{k}^{2}+1}{a_{k-1}+1}-1 for every k k with 2 k n 1. 2≤k≤n-1.


The answer is 10.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Souryajit Roy
Dec 1, 2014

This is from IMO 2009 Short List and is quite hard to solve.

The sequence exists for n = 1 , 2 , 3 , 4 n=1,2,3,4 .For n = 1 , 2 , 3 n=1,2,3 , a sequence can be easily constructed.But for n = 4 n=4 , its a bit tough to construct a sequence.For n = 4 n=4 ,a sequence can be a 1 = 4 , a 2 = 33 , a 3 = 217 a_{1}=4,a_{2}=33,a_{3}=217 and a 4 = 1384 a_{4}=1384 .

I will now give a brief sketch of the solution:

Proving that there exist no sequence for n = 5 n=5 is enough.The proof is by contradiction. Assume such a sequence exist.

At first,prove that a 1 a_{1} cannot be odd,which will be comparatively easy to show.

So, assume a 1 a_{1} is even.Now,you have to show it is also not possible,which is a bit tough.In this case,at first,show that a 2 a_{2} cannot be odd.(which is easy).

So,then you can assume a 2 a_{2} is even.One have to show that it is also impossible.

See that if a 2 a_{2} is even,then a 4 a_{4} and a 5 a_{5} are also even. Note that a 2 + 1 a 3 2 + 1 a_{2}+1|a_{3}^{2}+1 and a 3 + 1 a 2 2 + 1 a_{3}+1|a_{2}^{2}+1 .Now, you have to show a more general statement:"there exist no even x x and y y such that x + 1 y 2 + 1 x+1|y^{2}+1 and y + 1 x 2 + 1 y+1|x^{2}+1 "To do this first show, both ( x + 1 ) (x+1) and ( y + 1 ) (y+1) divides ( x 2 + y 2 ) (x^{2}+y^{2}) .Also show that g c d ( x + 1 , y + 1 ) = 1 gcd(x+1,y+1)=1 . So,you can find integer k k such that k ( x + 1 ) ( y + 1 ) = x 2 + y 2 k(x+1)(y+1)=x^{2}+y^{2} . Now,use Vieta root jumping to show this equation has no solution.

According to 2<=k<=n-1; n>=3;

Daanish bansal - 4 years, 6 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...