Problem:
Find the number of positive integer divisors of that leave a remainder of when divided by .
Problem:
Find the number of positive integer divisors of that leave a remainder of when divided by .
Solution:
First we factor , and note that while . The desired divisors are precisely with , , , , and even. But then for any choice of , exactly one makes even, so we have exactly one -divisor for every triple satisfying the inequality constraints. This gives a total of .