Summation of floor of harmonic progression multiply with $i$:
$$\sum_{i=2}^n i\cdot\left\lfloor\frac ni\right\rfloor$$
This actually from a programming question. This formula is required to compute solution faster. But I can't figure out this solution.
This is effectively OEIS sequence A024916. There seems to be no formula for the terms.