With MathMl, we can specify series with index ranges as we do here for the harmonic series.
<!doctype html>
<html>
<head>
<title>XoaX.net's MathML: A Summation Example</title>
</head>
<body>
<p>The harmonic series is given by
<math display="block">
<munderover>
<mo>∑</mo>
<mrow>
<mi>n</mi>
<mo>=</mo>
<mn>1</mn>
</mrow>
<mrow>
<mn>∞</mn>
</mrow>
</munderover>
<mfrac>
<mn>1</mn>
<mi>n</mi>
</mfrac>
</math>
and is divergent.
</p>
</body>
</html>© 20072025 XoaX.net LLC. All rights reserved.