Assumptions:
TeX:
\sum_{k=1}^{n} \psi\!\left(k\right) = n \left(\psi\!\left(n + 1\right) - 1\right)
n \in \mathbb{Z}_{\ge 1}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Sum | Sum | |
| DigammaFunction | Digamma function | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("1e47db"),
Formula(Equal(Sum(DigammaFunction(k), For(k, 1, n)), Mul(n, Sub(DigammaFunction(Add(n, 1)), 1)))),
Variables(n),
Assumptions(Element(n, ZZGreaterEqual(1))))