Define to be the number of positive divisors of . Let . For how many is odd?
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.
If n is not a perfect square, τ ( n ) ≡ 0 ( m o d 2 ) If n is a perfect square, τ ( n ) ≡ 1 ( m o d 2 )
So the sum above is congruent to ⌊ n ⌋ ( m o d 2 ) .
Let n = x 2 + k , 0 ≤ k < 2 x + 1
Then ⌊ n ⌋ = x .
So x = 1 , 3 , 5 . . . 4 3 , because 4 5 2 − 1 > 2 0 0 8 .
The sum of all n's in that form is
( 2 . 1 + 1 ) + ( 2 . 3 + 1 ) + ( 2 . 5 + 1 ) + . . . + ( 2 . 4 3 + 1 ) = 2 . 2 2 2 + 2 2 = 9 9 0 .
We used the fact that the sum of the odd integers up to 2k-1 is k 2 .