Fungrim home page

Fungrim entry: 82b410

logG ⁣(1z)=logG ⁣(1+z)+{F(z),0<Re(z)<1  or  Im(z)>0  or  (Im(z)=0  and  Re(z)<1)F ⁣(z),1<Re(z)<0  or  Im(z)<0  or  (Im(z)=0  and  Re(z)>1)   where F(z)=πi2(z2z+16)z(logΓ(z)+logΓ ⁣(1z))i2πLi2 ⁣(e2πiz)\log G\!\left(1 - z\right) = \log G\!\left(1 + z\right) + \begin{cases} F(z), & 0 < \operatorname{Re}(z) < 1 \;\mathbin{\operatorname{or}}\; \operatorname{Im}(z) > 0 \;\mathbin{\operatorname{or}}\; \left(\operatorname{Im}(z) = 0 \;\mathbin{\operatorname{and}}\; \operatorname{Re}(z) < 1\right)\\-F\!\left(-z\right), & -1 < \operatorname{Re}(z) < 0 \;\mathbin{\operatorname{or}}\; \operatorname{Im}(z) < 0 \;\mathbin{\operatorname{or}}\; \left(\operatorname{Im}(z) = 0 \;\mathbin{\operatorname{and}}\; \operatorname{Re}(z) > -1\right)\\ \end{cases}\; \text{ where } F(z) = \frac{\pi i}{2} \left({z}^{2} - z + \frac{1}{6}\right) - z \left(\log \Gamma(z) + \log \Gamma\!\left(1 - z\right)\right) - \frac{i}{2 \pi} \operatorname{Li}_{2}\!\left({e}^{2 \pi i z}\right)
Assumptions:zC  and  zZz \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \notin \mathbb{Z}
TeX:
\log G\!\left(1 - z\right) = \log G\!\left(1 + z\right) + \begin{cases} F(z), & 0 < \operatorname{Re}(z) < 1 \;\mathbin{\operatorname{or}}\; \operatorname{Im}(z) > 0 \;\mathbin{\operatorname{or}}\; \left(\operatorname{Im}(z) = 0 \;\mathbin{\operatorname{and}}\; \operatorname{Re}(z) < 1\right)\\-F\!\left(-z\right), & -1 < \operatorname{Re}(z) < 0 \;\mathbin{\operatorname{or}}\; \operatorname{Im}(z) < 0 \;\mathbin{\operatorname{or}}\; \left(\operatorname{Im}(z) = 0 \;\mathbin{\operatorname{and}}\; \operatorname{Re}(z) > -1\right)\\ \end{cases}\; \text{ where } F(z) = \frac{\pi i}{2} \left({z}^{2} - z + \frac{1}{6}\right) - z \left(\log \Gamma(z) + \log \Gamma\!\left(1 - z\right)\right) - \frac{i}{2 \pi} \operatorname{Li}_{2}\!\left({e}^{2 \pi i z}\right)

z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \notin \mathbb{Z}
Definitions:
Fungrim symbol Notation Short description
LogBarnesGlogG(z)\log G(z) Logarithmic Barnes G-function
ReRe(z)\operatorname{Re}(z) Real part
ImIm(z)\operatorname{Im}(z) Imaginary part
Piπ\pi The constant pi (3.14...)
ConstIii Imaginary unit
Powab{a}^{b} Power
LogGammalogΓ(z)\log \Gamma(z) Logarithmic gamma function
Expez{e}^{z} Exponential function
CCC\mathbb{C} Complex numbers
ZZZ\mathbb{Z} Integers
Source code for this entry:
Entry(ID("82b410"),
    Formula(Equal(LogBarnesG(Sub(1, z)), Add(LogBarnesG(Add(1, z)), Where(Cases(Tuple(F(z), Or(Less(0, Re(z), 1), Greater(Im(z), 0), And(Equal(Im(z), 0), Less(Re(z), 1)))), Tuple(Neg(F(Neg(z))), Or(Less(-1, Re(z), 0), Less(Im(z), 0), And(Equal(Im(z), 0), Greater(Re(z), -1))))), Equal(F(z), Sub(Sub(Mul(Div(Mul(Pi, ConstI), 2), Add(Sub(Pow(z, 2), z), Div(1, 6))), Mul(z, Add(LogGamma(z), LogGamma(Sub(1, z))))), Mul(Div(ConstI, Mul(2, Pi)), PolyLog(2, Exp(Mul(Mul(Mul(2, Pi), ConstI), z)))))))))),
    Variables(z),
    Assumptions(And(Element(z, CC), NotElement(z, ZZ))))

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