Assumptions:
TeX:
\lambda_{n} = \frac{1}{n} \sum_{\textstyle{k \in \mathbb{Z} \atop k \ne 0}} \left(1 - {\left(\frac{\rho_{k}}{\rho_{k} - 1}\right)}^{n}\right) n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
KeiperLiLambda | Keiper-Li coefficient | |
Sum | Sum | |
Pow | Power | |
RiemannZetaZero | Nontrivial zero of the Riemann zeta function | |
ZZ | Integers | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("cce75b"), Formula(Equal(KeiperLiLambda(n), Mul(Div(1, n), Sum(Parentheses(Sub(1, Pow(Div(RiemannZetaZero(k), Sub(RiemannZetaZero(k), 1)), n))), ForElement(k, ZZ), NotEqual(k, 0))))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(1))))