Assumptions:
TeX:
\sum_{k=1}^{n} \psi\!\left(\frac{k}{n}\right) \sin\!\left(\frac{2 \pi r k}{n}\right) = \pi \left(r - \frac{n}{2}\right) n \in \mathbb{Z}_{\ge 2} \;\mathbin{\operatorname{and}}\; r \in \{1, 2, \ldots, n - 1\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Sum | Sum | |
DigammaFunction | Digamma function | |
Sin | Sine | |
Pi | The constant pi (3.14...) | |
ZZGreaterEqual | Integers greater than or equal to n | |
Range | Integers between given endpoints |
Source code for this entry:
Entry(ID("bb9eb6"), Formula(Equal(Sum(Mul(DigammaFunction(Div(k, n)), Sin(Div(Mul(Mul(Mul(2, Pi), r), k), n))), For(k, 1, n)), Mul(Pi, Sub(r, Div(n, 2))))), Variables(r, n), Assumptions(And(Element(n, ZZGreaterEqual(2)), Element(r, Range(1, Sub(n, 1))))))