A divisor of n is the an integer which can divides n.
Let's call f(n) is the number of divisors of n.For example,f(4) is 3,that is 1,2,4.
Now please calculate s(n) which s(n) equals f(1) + f(2) + f(3) + ... + f(n).
A divisor of n is the an integer which can divides n.
Let's call f(n) is the number of divisors of n.For example,f(4) is 3,that is 1,2,4.
Now please calculate s(n) which s(n) equals f(1) + f(2) + f(3) + ... + f(n).
3
2
4
5
3
8
10