Miscellaneous conjectures about perfect numbers related to the quantity $\varphi\left(103\frac{\sigma(n)}{2}+107n\right)$

104 Views Asked by At

If I am right it is easy to prove the following facts involging the Euler's totient function $\varphi(m)$ and the sum of divisors function $\sigma(m)$.

Fact 1. If there exists an odd perfect number $n$ such that $\gcd(105,n)=1$, then our odd perfect number satisfies $$\varphi\left(103\frac{\sigma(n)}{2}+107n\right)=48\varphi(n).\tag{1}$$

Fact 2. If $n>6$ is an even perfect number then $$\varphi\left(103\frac{\sigma(n)}{2}+107n\right)=48\varphi(2n)\tag{2}$$ holds.

Question. I would like to know what work can be done to know the veracity about the following conjectures:

C1) If $n\geq 1$ is an integer satisfying $2\mid \sigma(n)$ and $\gcd(n,105)=1$ such that $(1)$ holds, then $n$ is an odd perfect number.

C2) If $n\geq 1$ is an integer satisfying $2\mid \sigma(n)$ such that $(2)$ holds, then $n$ is an even perfect number.

Many thanks.

1

There are 1 best solutions below

1
On

The facts seem correct. By definition $\sigma(n)=2n$ for any perfect number $n$. So if $n$ is perfect and odd, the first fact reduces to:

$$\phi(210n)=48n$$

So by $(105,n)=1$ and $n$ is odd:

$$\phi(210n)=\phi(210)\phi(n)=48\phi(n)$$.

A similar argument follows for the second fact.

It is well known that if $n$ is an odd perfect number, then 105 does not divide it (however it can maybe still have some factors 3,5,7, just not all of them). So your restriction of $(105,n)$ focuses on a narrower set of odd perfect numbers (if they even exist in the first place).

Your question though seems about as difficult as figuring out whether or not there are odd perfect numbers. I would try at least showing the relations hold for $n\leq 10^6$.