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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>ζ</mi>
<mfenced>
<mrow>
<mi>s</mi>
</mrow>
</mfenced>
<mspace width="1em"/>
<mo>=</mo>
<mspace width="1em"/>
<mfrac>
<mn>1</mn>
<mrow>
<mn>1</mn>
<mo>−</mo>
<msup>
<mn>2</mn>
<mrow>
<mn>1</mn>
<mo>−</mo>
<mi>s</mi>
</mrow>
</msup>
</mrow>
</mfrac>
<munderover>
<mo>∑</mo>
<mrow>
<mi>n</mi>
<mo>=</mo>
<mn>0</mn>
</mrow>
<mi>∞</mi>
</munderover>
<mfrac>
<mn>1</mn>
<msup>
<mn>2</mn>
<mrow>
<mi>n</mi>
<mo>+</mo>
<mn>1</mn>
</mrow>
</msup>
</mfrac>
<munderover>
<mo>∑</mo>
<mrow>
<mi>k</mi>
<mo>=</mo>
<mn>0</mn>
</mrow>
<mi>n</mi>
</munderover>
<msup>
<mfenced>
<mrow>
<mo>−</mo>
<mn>1</mn>
</mrow>
</mfenced>
<mi>k</mi>
</msup>
<mfenced>
<mrow>
<mtable>
<mtr>
<mtd>
<mi>n</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>k</mi>
</mtd>
</mtr>
</mtable>
</mrow>
</mfenced>
<msup>
<mfenced>
<mrow>
<mi>k</mi>
<mo>+</mo>
<mn>1</mn>
</mrow>
</mfenced>
<mrow>
<mo>−</mo>
<mi>s</mi>
</mrow>
</msup>
</mrow>
</math>
|