Originally Posted by Loren Booda
How does the ratio between the product of all even-ordered primes pn (n=2N; n=2, 4, 6...) and the product of all odd-ordered primes pn (n=2N-1; n=1, 3, 5...) behave as n approaches infinity?
|
But "the product of all even-ordered primes" is infinite, as is "the product of all odd-ordered primes". You can't sensibly take the ratio at all.
I gave two ways (post #5) to do the operation: take factors two at a time:
(3/2) * (7/5) * (13/11) * ...
which diverges, and taking them one factor at a time:
(1/2) * 3 * (1/5) * 7 * (1/11) * ...
which may oscillate.
But you may intend neither of these; that's why I asked for clarification.