Fungrim home page

Fungrim entry: c89abc

ψ(m) ⁣(z)=(1)m+10tmezt1etdt\psi^{(m)}\!\left(z\right) = {\left(-1\right)}^{m + 1} \int_{0}^{\infty} \frac{{t}^{m} {e}^{-z t}}{1 - {e}^{-t}} \, dt
Assumptions:zC  and  Re(z)>0  and  mZ1z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \operatorname{Re}(z) > 0 \;\mathbin{\operatorname{and}}\; m \in \mathbb{Z}_{\ge 1}
TeX:
\psi^{(m)}\!\left(z\right) = {\left(-1\right)}^{m + 1} \int_{0}^{\infty} \frac{{t}^{m} {e}^{-z t}}{1 - {e}^{-t}} \, dt

z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \operatorname{Re}(z) > 0 \;\mathbin{\operatorname{and}}\; m \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol Notation Short description
DigammaFunctionψ ⁣(z)\psi\!\left(z\right) Digamma function
Powab{a}^{b} Power
Integralabf(x)dx\int_{a}^{b} f(x) \, dx Integral
Expez{e}^{z} Exponential function
Infinity\infty Positive infinity
CCC\mathbb{C} Complex numbers
ReRe(z)\operatorname{Re}(z) Real part
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("c89abc"),
    Formula(Equal(DigammaFunction(z, m), Mul(Pow(-1, Add(m, 1)), Integral(Div(Mul(Pow(t, m), Exp(Neg(Mul(z, t)))), Sub(1, Exp(Neg(t)))), For(t, 0, Infinity))))),
    Variables(z, m),
    Assumptions(And(Element(z, CC), Greater(Re(z), 0), Element(m, ZZGreaterEqual(1)))))

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