Double sequences with GCD

Given a sequence called A A including 50 50 terms ( from 1 1 to 50 50 ), which can be described as A n = 20 + n 2 { A }_{ n }=20+{ n }^{ 2 }

Given another sequence called B B including 49 49 terms, which have a property that B n = G C D ( A n , A n + 1 ) { B }_{ n }=GCD({ A }_{ n },{ A }_{ n+1 })

Given that the largest term in B B is B x {B}_{x} . Find the value of B x + x \sqrt { { B }_{ x }+x } .

Note : G C D ( a , b ) GCD(a,b) is denoted as the greatest common divisor of a a and b b .

This question is not original.
This problem belongs to this set


The answer is 11.

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

Andrea Palma
Apr 2, 2015

G C D ( A n , A n + 1 ) = G C D ( 20 + n 2 , 20 + n 2 + 2 n + 1 ) = GCD(A_n,A_{n+1}) = GCD(20+n^2, 20+n^2+2n+1) =

= G C D ( 20 + n 2 , 2 n + 1 ) = GCD(20+n^2, 2n+1)

Since 2 n + 1 2n+1 is odd, for all z , Z , m N z, \in \mathbb Z, m \in \mathbb N we have G C D ( z , 2 n + 1 ) = G C D ( 2 m z , 2 n + 1 ) GCD(z,2n+1) = GCD(2^mz, 2n+1)

So

G C D ( A n , A n + 1 ) = G C D ( 4 ( 20 + n 2 ) , 2 n + 1 ) GCD(A_n,A_{n+1}) = GCD(4(20+n^2), 2n+1)

= G C D ( 80 + 4 n 2 , 2 n + 1 ) = G C D ( 81 + 4 n 2 1 , 2 n + 1 ) = = GCD(80+4n^2, 2n+1) =GCD(81+4n^2-1, 2n+1) =

= G C D ( 81 + ( 2 n + 1 ) ( 2 n 1 ) , 2 n + 1 ) = G C D ( 81 , 2 n + 1 ) 81 = GCD(81+(2n+1)(2n-1), 2n+1) = GCD(81, 2n+1) \leq 81 .

For n = 40 n = 40 (and assuming that 1 n 50 1 \leq n \leq 50 as I think the intention of the writer of the problem meant) we have G C D ( 81 , 81 ) = 81 GCD(81,81)=81 so it reaches the max value possible.

So B = 81 B = 81 and x = 40 x = 40 and the answer is 121 = 11 \sqrt{121} = 11 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...