n = 1 ∑ ∞ n 2 g cd ( n , 2 0 1 6 ) = b a π 2
If the equation above holds true for positive integers a and b , find a + b .
Clarification
:
g
cd
(
m
,
n
)
denotes the
greatest common divisor
of
m
and
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.
This is the solution i had in mind(+1)
Great solution!
Indeed, a nice problem. We can generalize Otto's solution as follows: Note that a ≥ 0 ∑ p 2 a p m i n ( a , n ) = a = 0 ∑ n − 1 p − a + a ≥ n ∑ p n − 2 a = 1 − p − 2 1 + p − 1 − p − n − 1 for any prime p and integer n ≥ 1 . If k ∈ N has prime factorization k = p 1 a 1 p 2 a 2 ⋯ p m a m , then n ≥ 1 ∑ n 2 g c d ( n , k ) = j = 1 ∏ m ( a ≥ 0 ∑ p j 2 a p j m i n ( a , a j ) ) g c d ( n , k ) = 1 ∑ n 2 1 and hence n ≥ 1 ∑ n 2 g c d ( n , k ) = = = j = 1 ∏ m 1 − p j − 2 1 + p j − 1 − p j − a j − 1 g c d ( n , k ) = 1 ∑ n 2 1 j = 1 ∏ m 1 − p j − 2 1 + p j − 1 − p j − a j − 1 × j = 1 ∏ m ( 1 − p j − 2 ) ζ ( 2 ) ζ ( 2 ) j = 1 ∏ m ( 1 + p j − 1 − p j − a j − 1 ) giving the sum 7 2 5 7 6 2 6 1 2 5 π 2 , and the answer 9 8 7 0 1 , when k = 2 0 1 6 .
Problem Loading...
Note Loading...
Set Loading...
That's a fun problem! Just what I needed on a slow day at the office!
If we write n = 2 a 3 b 7 c m , where g cd ( m , 2 0 1 6 ) = 1 , then the sum can be written as
( a = 0 ∑ ∞ 4 a g cd ( 2 a , 2 0 1 6 ) ) ( b = 0 ∑ ∞ 9 b g cd ( 3 b , 2 0 1 6 ) ) ( c = 0 ∑ ∞ 4 9 c g cd ( 7 c , 2 0 1 6 ) ) ⎝ ⎛ g cd ( m , 2 0 1 6 ) = 1 ∑ m 2 1 ⎠ ⎞
This is not as bad as it looks. We know that the last term is 1 4 7 1 6 π 2 , and the others are easy to evaluate as they turn into geometric series after a few terms, for example, 9 0 1 + 9 1 3 + 9 2 9 + 9 3 9 + . . + 9 k 9 + . . = 1 + 3 1 + 8 1 = 2 4 3 5 . We find
4 8 9 5 2 4 3 5 4 8 5 5 1 4 7 1 6 π 2 = 7 2 5 7 6 2 6 1 2 5 π 2
and the answer is 9 8 7 0 1 .
There are fancier ways to solve this, but why use a sledge hammer to crack a nut ;)