p ∈ prime ∏ p 2 − 1 p 2 + 1 = b a
Coprime positive integers a and b satisfy the equation above. Find a + b .
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.
Each term in the multiplication is greater than 1. How can the product be less than 1?
Log in to reply
oh whoops, I flipped the definition, thanks for correcting!
From Euler's product , we have:
⎩ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎧ p ∏ ( 1 − p − s ) − 1 = p ∏ p s − 1 p s = ζ ( s ) p ∏ ( 1 + p − s ) − 1 = p ∏ p s + 1 p s = ζ ( s ) ζ ( 2 s ) , where ζ ( ⋅ ) denotes the Riemann zeta function .
Then we have p ∏ p 2 − 1 p 2 + 1 = p ∏ ( 1 + p − 2 ) − 1 ( 1 − p − 2 ) − 1 = ζ ( 4 ) ζ 2 ( 2 ) = 9 0 π 4 ( 6 π 2 ) 2 = 2 5 . Therefore, a + b = 5 + 2 = 7 .
This is not a solution, but a simple script I used to find a good guess for the answer before actually solving the problem.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
|
Problem Loading...
Note Loading...
Set Loading...
rewrite this as p ∏ ( 1 − p 4 1 ) p ∏ ( 1 − p 2 1 ) − 2 = ζ ( 4 ) ζ 2 ( 2 ) = 2 5 where the prime product defination of the riemann zeta function is used