Divisor function as in the function that counts the number of positive integers dividing the input n.
I would think that it would be $ln(n)+\gamma$ since $$\sum_{f=1}^n \frac{1}{f} \approx ln(n) + \gamma$$ The logic is that any number $f$ has a $\frac{1}{f}$ chance of dividing a random $n>f$, but I can't find anything online that says this, only approximate growth rates of the divisor function among other things.