1 ≤ n 1 < n 2 < n 3 ∑ n 1 2 n 2 2 n 3 2 1 If the above expression equals s π r , where r and s are positive integers, what is r + s ?
Here is the summation expanded to the "first" 10 terms:
1 2 ⋅ 2 2 ⋅ 3 2 1 + 1 2 ⋅ 2 2 ⋅ 4 2 1 + 1 2 ⋅ 3 2 ⋅ 4 2 1 + 2 2 ⋅ 3 2 ⋅ 4 2 1 + 1 2 ⋅ 2 2 ⋅ 5 2 1 +
1 2 ⋅ 3 2 ⋅ 5 2 1 + 1 2 ⋅ 4 2 ⋅ 5 2 1 + 2 2 ⋅ 3 2 ⋅ 5 2 1 + 2 2 ⋅ 4 2 ⋅ 5 2 1 + 3 2 ⋅ 4 2 ⋅ 5 2 1 + …
The sum is taken over all unordered triples { n 1 , n 2 , n 3 } of distinct positive integers.
Alternatively, this can be represented as n 3 = 3 ∑ ∞ n 2 = 2 ∑ n 3 − 1 n 1 = 1 ∑ n 2 − 1 n 1 2 n 2 2 n 3 2 1 .
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.
You might be interested in reading Jake Lai's comment under Mark Henning's solution .
Log in to reply
While solving the problem, I used that. While posting I posted a different one as I wanted others to learn about Zagier’s conjecture.
You can also use Newton's identities, and derive that
ζ ( 2 , 2 , 2 ) = 3 1 ( ζ ( 6 ) − ζ ( 2 ) ζ ( 4 ) + 2 1 ( ζ ( 2 ) 3 − ζ ( 2 ) ζ ( 4 ) ) )
Log in to reply
Can you show us your working? Thanks.
Log in to reply
Through newton's identities
ζ ( 4 ) = ζ ( 2 ) 2 − 2 ζ ( 2 , 2 )
ζ ( 2 , 2 ) = 2 1 ( ζ ( 2 ) 2 − ζ ( 4 ) )
Again through newton identities
ζ ( 2 , 2 , 2 ) = ζ ( 4 ) ζ ( 2 ) − ζ ( 2 , 2 ) ζ ( 2 ) + 3 ζ ( 2 , 2 , 2 )
Putting it all together and solving for ζ ( 2 , 2 , 2 ) gives the above result.
This is similar to what Mark Henning did on Jake Lai's Problem
In one pdf i had seen this under Zagier’s conjecture. My method was the same.
Problem Loading...
Note Loading...
Set Loading...
The summation involves multiple zeta values. n 1 > n 2 > n 3 ≥ 1 ∑ n 1 2 n 2 2 n 3 2 1 = ζ ( 2 , 2 , 2 )
Now, by Newton's identities, we can write it as: ζ ( 2 , 2 , 2 ) = 1 6 3 ζ ( 6 )
Hence, we get: n 1 > n 2 > n 3 ≥ 1 ∑ n 1 2 n 2 2 n 3 2 1 = 5 0 4 0 π 6
Keep on posting such problems!