Is it true that $\sum_{i=1}^n \log (n/i) = o(n)$?

31 Views Asked by At

Consider the following summation: $$A = \sum_{i=1}^n \log (n/i)$$ Is this summation of order small oh of $n$? (or $A \in o(n)$?)