Conjectures associated with A063880 #
A063880 lists numbers $n$ such that $\sigma(n) = 2 \cdot \text{usigma}(n)$, where $\sigma(n)$ is the sum of all divisors and $\text{usigma}(n)$ is the sum of unitary divisors.
Equivalently, these are numbers whose unitary and non-unitary divisors have equal sum.
The conjectures state that all members satisfy $n \equiv 108 \pmod{216}$, and that all primitive terms (those whose proper divisors aren't in the sequence) are powerful numbers, with $108$ being the only primitive term.
References: A063880
The set of unitary divisors of $n$: divisors $d$ such that $\gcd(d, n/d) = 1$.
Equations
- OeisA63880.unitaryDivisors n = {d ∈ n.divisors | d.Coprime (n / d)}
Instances For
The sum of unitary divisors of $n$, denoted $\text{usigma}(n)$.
Equations
- OeisA63880.usigma n = ∑ d ∈ OeisA63880.unitaryDivisors n, d
Instances For
A number $n$ is in the sequence A063880 if $\sigma(n) = 2 \cdot \text{usigma}(n)$.
Equations
- OeisA63880.a n = (0 < n ∧ (ArithmeticFunction.sigma 1) n = 2 * OeisA63880.usigma n)
Instances For
The set of numbers in the sequence A063880.
Equations
- OeisA63880.A = {n : ℕ | OeisA63880.a n}
Instances For
A term $n$ is primitive if no proper divisor of $n$ is in the sequence.
Equations
Instances For
All primitive terms are powerful numbers.
$108$ is the only primitive term.
If $m$ is a primitive term and $s$ is squarefree with $\gcd(m, s) = 1$, then $m \cdot s$ is in the sequence.
Non-primitive terms have the form $m \cdot s$ where $m$ is primitive and $s$ is squarefree with $\gcd(m, s) = 1$.