login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A024932
a(n) = Sum_{k=1..n} k*[ (n/k)*[ n/k ] ].
0
1, 6, 14, 31, 47, 81, 103, 153, 195, 260, 299, 401, 453, 542, 643, 761, 834, 999, 1078, 1266, 1397, 1548, 1650, 1932, 2068, 2257, 2444, 2707, 2831, 3203, 3331, 3629, 3873, 4128, 4375, 4830, 5017, 5309, 5574, 6066, 6266, 6756, 6971, 7416, 7858, 8177, 8431, 9140, 9418
OFFSET
1,2
MATHEMATICA
Table[Sum[k*Floor[n/k*Floor[n/k]], {k, 1, n}], {n, 1, 50}] (* Vaclav Kotesovec, May 28 2021 *)
CROSSREFS
Sequence in context: A210000 A134067 A350107 * A273365 A271996 A199705
KEYWORD
nonn
STATUS
approved