Fungrim home page

Fungrim entry: f617c0

π=4k=0(1)k2k+1\pi = 4 \sum_{k=0}^{\infty} \frac{{\left(-1\right)}^{k}}{2 k + 1}
TeX:
\pi = 4 \sum_{k=0}^{\infty} \frac{{\left(-1\right)}^{k}}{2 k + 1}
Definitions:
Fungrim symbol Notation Short description
ConstPiπ\pi The constant pi (3.14...)
Powab{a}^{b} Power
Infinity\infty Positive infinity
Source code for this entry:
Entry(ID("f617c0"),
    Formula(Equal(ConstPi, Mul(4, Sum(Div(Pow(-1, k), Add(Mul(2, k), 1)), Tuple(k, 0, Infinity))))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2019-06-18 07:49:59.356594 UTC