Assumptions:
TeX:
\sum_{k=1}^{n} \operatorname{lcm}\!\left(n, k\right) = \frac{n}{2} \left(1 + \sum_{d \in \{1, 2, \ldots n\},\,d \mid n} d \varphi\!\left(d\right)\right) n \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
LCM | Least common multiple | |
ZZBetween | Integers between a and b inclusive | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("c24323"), Formula(Equal(Sum(LCM(n, k), Tuple(k, 1, n)), Mul(Div(n, 2), Add(1, SumCondition(Mul(d, Totient(d)), d, And(Element(d, ZZBetween(1, n)), Divides(d, n))))))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(0))))