Processing math: 100%
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Take the natural logarithm of your product and you get a sum which can be evaluated:

ln(kx=11x4)=kx=1ln(1x4)

... now take the limit as k:

sage: sum(ln(1/x^4), x, 1, oo)
-Infinity
sage: e^sum(ln(1/x^4), x, 1, oo)
0