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
|
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>Q</mi>
<mfenced>
<mrow>
<mi>a</mi>
<mo>,</mo>
<mi>x</mi>
</mrow>
</mfenced>
<mspace width="1em"/>
<mo>=</mo>
<mspace width="1em"/>
<msup>
<mi>e</mi>
<mrow>
<mo>−</mo>
<mi>x</mi>
</mrow>
</msup>
<munderover>
<mo>∑</mo>
<mrow>
<mi>n</mi>
<mo>=</mo>
<mn>0</mn>
</mrow>
<mrow>
<mi>a</mi>
<mo>−</mo>
<mn>1</mn>
</mrow>
</munderover>
<mfrac>
<mrow>
<msup>
<mi>x</mi>
<mi>n</mi>
</msup>
</mrow>
<mrow>
<mi>n</mi>
<mo>!</mo>
</mrow>
</mfrac>
<mspace width="1em"/>
<mo>;</mo>
<mspace width="1em"/>
<mi>a</mi>
<mo>∈</mo>
<msup>
<mi>ℕ</mi>
<mo>+</mo>
</msup>
</mrow>
</math>
|