Fungrim home page

Fungrim entry: 69fe63

π=2n=14n24n21\pi = 2 \prod_{n=1}^{\infty} \frac{4 {n}^{2}}{4 {n}^{2} - 1}
TeX:
\pi = 2 \prod_{n=1}^{\infty} \frac{4 {n}^{2}}{4 {n}^{2} - 1}
Definitions:
Fungrim symbol Notation Short description
Piπ\pi The constant pi (3.14...)
Productnf(n)\prod_{n} f(n) Product
Powab{a}^{b} Power
Infinity\infty Positive infinity
Source code for this entry:
Entry(ID("69fe63"),
    Formula(Equal(Pi, Mul(2, Product(Div(Mul(4, Pow(n, 2)), Sub(Mul(4, Pow(n, 2)), 1)), For(n, 1, Infinity))))))

Topics using this entry

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

2021-03-15 19:12:00.328586 UTC