What is $\gcd(\sigma(q^{k-1}), \sigma(q^k))$?

113 Views Asked by At

Let $\sigma$ denote the classical sum-of-divisors function.

What is $\gcd(\sigma(q^{k-1}), \sigma(q^k))$?

Update: I have transferred the transcript of my attempt to an actual answer to this MSE question. Thanks to mixedmath for pointing it out!

1

There are 1 best solutions below

0
On BEST ANSWER

Here is my attempt at an answer:

$$\sigma(q^{k-1}) = \frac{q^k - 1}{q - 1}$$ $$\sigma(q^k) = \frac{q^{k+1} - 1}{q - 1}$$

Therefore:

$$\gcd(\sigma(q^{k-1}),\sigma(q^k)) = {\left(\frac{1}{q - 1}\right)}\gcd(q^k - 1, q^{k+1} - 1) = \frac{q^{\gcd(k,k+1)} - 1}{q - 1} = 1.$$