Let f ( x ) = x 2 + x + 1 and n be positive integer such that f ( n ) = f ( 2 5 5 ) f ( 2 5 6 ) . Find the sum of all divisors of n .
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.
Notice that f ( x − 1 ) = ( x − 1 ) 2 + ( x − 1 ) + 1 = ( x 2 − 2 x + 1 ) + ( x − 1 ) + 1 = x 2 − x + 1 .
Then the key is to observe that f ( x − 1 ) f ( x ) = ( x 2 − x + 1 ) ( x 2 + x + 1 ) = ( x 2 + 1 ) 2 − x 2 = ( x 2 ) 2 + x 2 + 1 = f ( x 2 ) , namely, f ( x − 1 ) f ( x ) = f ( x 2 ) , for all x . (P.S., it’s more fun to derive this identity by studying the sixth roots of unity , and notice that both f ( x ) and f ( x − 1 ) are cyclotomic polynomials .)
In particular, by taking x = 2 5 6 , we have f ( 2 5 5 ) f ( 2 5 6 ) = f ( 2 5 6 2 ) = f ( 2 1 6 ) = set f ( n ) , which means n = 2 1 6 as the function f : R ⟶ R defined by f ( x ) = x 2 + x + 1 is strictly increasing for x ≥ − 2 1 , namely, f is one-to-one on [ − 2 1 , ∞ ) .
Hence, the sum of all positive divisors of n is σ ( n ) = geometric series 2 0 + 2 1 + 2 2 + ⋯ + 2 1 6 = 2 1 7 − 1 = 1 3 1 0 7 1 , which is in fact a Mersenne prime . (Here σ ( n ) denotes the sum of all positive divisors of n .)
Problem Loading...
Note Loading...
Set Loading...
Let a = 2 5 6 = 2 8 . Then
f ( n ) n 2 + n + 1 ⟹ n = f ( 2 5 5 ) f ( 2 5 6 ) = f ( a − 1 ) f ( a ) = ( ( a − 1 ) 2 + a − 1 + 1 ) ( a 2 + a + 1 ) = ( a 2 − a + 1 ) ( a 2 + a + 1 ) = a 4 + a 2 + 1 = a 2 = 2 1 6
Then the sum of the divisors of n = 2 1 6 is given by k = 0 ∑ 1 6 2 k = 2 − 1 2 1 7 − 1 = 1 3 1 0 7 1 .