References:
- Sequence A000796 in Sloane's On-Line Encyclopedia of Integer Sequences (OEIS)
TeX:
\pi = \sum_{n=1}^{\infty} \text{A000796}\!\left(n\right) {10}^{1 - n}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Pi | The constant pi (3.14...) | |
Sum | Sum | |
SloaneA | Sequence X in Sloane's OEIS | |
Pow | Power | |
Infinity | Positive infinity |
Source code for this entry:
Entry(ID("483547"), Formula(Equal(Pi, Sum(Mul(SloaneA("A000796", n), Pow(10, Sub(1, n))), For(n, 1, Infinity)))))