Fungrim home page

Fungrim entry: da1873

n=01F2n+1=54θ22 ⁣(0,τ)   where τ=1πilog ⁣(352)\sum_{n=0}^{\infty} \frac{1}{F_{2 n + 1}} = \frac{\sqrt{5}}{4} \theta_{2}^{2}\!\left(0, \tau\right)\; \text{ where } \tau = \frac{1}{\pi i} \log\!\left(\frac{3 - \sqrt{5}}{2}\right)
References:
  • J. M. Borwein and P. B. Borwein. Pi and the AGM. Wiley, New York, 1987.
TeX:
\sum_{n=0}^{\infty} \frac{1}{F_{2 n + 1}} = \frac{\sqrt{5}}{4} \theta_{2}^{2}\!\left(0, \tau\right)\; \text{ where } \tau = \frac{1}{\pi i} \log\!\left(\frac{3 - \sqrt{5}}{2}\right)
Definitions:
Fungrim symbol Notation Short description
Sumnf(n)\sum_{n} f(n) Sum
FibonacciFnF_{n} Fibonacci number
Infinity\infty Positive infinity
Sqrtz\sqrt{z} Principal square root
Powab{a}^{b} Power
JacobiThetaθj ⁣(z,τ)\theta_{j}\!\left(z , \tau\right) Jacobi theta function
Piπ\pi The constant pi (3.14...)
ConstIii Imaginary unit
Loglog(z)\log(z) Natural logarithm
Source code for this entry:
Entry(ID("da1873"),
    Formula(Equal(Sum(Div(1, Fibonacci(Add(Mul(2, n), 1))), For(n, 0, Infinity)), Where(Mul(Div(Sqrt(5), 4), Pow(JacobiTheta(2, 0, tau), 2)), Equal(tau, Mul(Div(1, Mul(Pi, ConstI)), Log(Div(Sub(3, Sqrt(5)), 2))))))),
    References("J. M. Borwein and P. B. Borwein. Pi and the AGM. Wiley, New York, 1987."))

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