Let be a positve integer. The divisors of are
True or False?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Note that we have the (loose, but good enough) bounds: d k = n ; d k − 1 ≤ 2 n ; d k − 2 ≤ 3 n ; d k − i ≤ i + 1 n .
This means that the required sum satisfies the following inequality:
d 1 × d 2 + d 2 × d 3 + ⋯ + d k − 1 × d k ≤ k × ( k − 1 ) n 2 + ( k − 1 ) × ( k − 2 ) n 2 + ⋯ + 2 × 1 n 2 < n 2 ( 1 × 2 1 + 2 × 3 1 + 3 × 4 1 + ⋯ ) = n 2 r = 1 ∑ ∞ r ( r + 1 ) 1 = n 2 r = 1 ∑ ∞ ( r 1 − r + 1 1 ) = n 2
since the final sum telescopes; hence the original sum is less than n 2 for all n .