Assumptions:
TeX:
\psi^{(m)}\!\left(z\right) = {\left(-1\right)}^{m + 1} m ! \Phi\!\left(1, m + 1, z\right) m \in \mathbb{Z}_{\ge 1} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \notin \{0, -1, \ldots\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
DigammaFunction | Digamma function | |
Pow | Power | |
Factorial | Factorial | |
ZZGreaterEqual | Integers greater than or equal to n | |
CC | Complex numbers | |
ZZLessEqual | Integers less than or equal to n |
Source code for this entry:
Entry(ID("d6fbc8"), Formula(Equal(DigammaFunction(z, m), Mul(Mul(Pow(-1, Add(m, 1)), Factorial(m)), LerchPhi(1, Add(m, 1), z)))), Variables(m, z), Assumptions(And(Element(m, ZZGreaterEqual(1)), Element(z, CC), NotElement(z, ZZLessEqual(0)))))