The numbers in the sequence are in the form
For each , let be .
Find the maximum value of as ranges through positive integers.
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.
a n + 1 = 1 0 0 + ( n + 1 ) 2 = 1 0 0 + n 2 + 2 n + 1 = a n + ( 2 n + 1 )
Now it is asked to find g cd ( a n , a n + 1 ) = g cd ( ( 2 n + 1 ) , a n ) = g cd ( 2 n + 1 , 1 0 0 + n 2 ) .
Now we need to see if ( 2 n + 1 ) divides 1 0 0 + n 2
So by long division method:-
1 0 0 + n 2 = ( 2 n + 1 ) ( 4 2 n − 1 ) + 4 4 0 1
∴ 2 n + 1 n 2 + 1 0 0 = ( 4 2 n − 1 ) + 4 ( 2 n + 1 ) 4 0 1
= 4 1 ( ( 2 n − 1 ) + 2 n + 1 4 0 1 )
Note that 4 0 1 is a prime number so its factors are 1 and 4 0 1
so 2 n + 1 = 1 or 2 n + 1 = 4 0 1
∴ n = 0 , 2 0 0
When substituting n = 0 we get 1 0 0 which is a integer.
Similarly substituting n = 2 0 0 we get 1 0 0
Which means 2 n + 1 divides 1 0 0 + n 2 when n = 0 , 2 0 0
Therefore 2 n + 1 = 1 , 4 0 1 at n = 0 , 2 0 0
∴ m a x ( d n ) = g cd ( a n , a n + 1 ) = 4 0 1