Assumptions:
TeX:
\sum_{k=1}^{n} \varphi(k) \left\lfloor \frac{n}{k} \right\rfloor = \frac{n \left(n + 1\right)}{2} n \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Sum | Sum | |
Totient | Euler totient function | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("ea27a7"), Formula(Equal(Sum(Mul(Totient(k), Floor(Div(n, k))), For(k, 1, n)), Div(Mul(n, Add(n, 1)), 2))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(0))))