I am wondering if anyone knows if there are any formulas or results about the sums of divisors of an odd perfect square mod 4,8, 12 etc or anything helpful?
Sum of divisors mod 8
220 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 2 best solutions below
On
Let $\sigma(x)$= the sum of the divisors of x. It can be shown that If gcd(x,y)=1, then $\sigma(xy)=\sigma(x)\sigma(y)$.
By the fundamental theorem of arithmetic, $x=p_1^{e_1}p_2^{e_2}...$. Powers of primes are relatively prime. The sum of powers of primes is a geometric series.
$\sigma(p_1^{e_1})=1+p_1+p_1^2+p_1^3+...+p_1^{e_1}$
Every prime greater than 2 is one more or less than a power of 4.
So: $\sigma(p_1^{e_1})=e_1+1 (mod 4)$ if $p_1=1(mod 4)$
If $p_1=-1(mod 4)$. We know $e_1$ is even since we are dealing with a perfect square.
So $\sigma(p_1^{e_1})=1. $
So $\sigma(n^2)=(-1)^k$ where $k$ is the number of exponents in the prime factorization which are even and not divisible by 4 and associated with primes 1 more than a multiple of 4.
Every prime greater than 5 is 1,-1, 3, or 5 more than a multiple of 8.
$3^2=9$ and $5^2=25$ are both one more than a multiple of 8.
If $p_1=1 (mod 8)$ then $\sigma(p_1^{e_1})=e_1+1(mod 8)$
if $p_1=-1(mod 8)$ then $\sigma(p_1^{e_1})=1(mod 8)$
if $p_1=3(mod 8)$ then $\sigma(p_1^{e_1})=2e_1+1(mod 8)$.
if $p_1=5(mod 8)$ then $\sigma(p_1^{e_1})=3e_1+1(mod 8)$
You can imply something similar to 12.