Documentation

FormalConjectures.OEIS.«63880»

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
Instances For

    The sum of unitary divisors of $n$, denoted $\text{usigma}(n)$.

    Equations
    Instances For
      def OeisA63880.a (n : ) :

      A number $n$ is in the sequence A063880 if $\sigma(n) = 2 \cdot \text{usigma}(n)$.

      Equations
      Instances For

        The set of numbers in the sequence A063880.

        Equations
        Instances For
          @[reducible, inline]

          A term $n$ is primitive if no proper divisor of $n$ is in the sequence.

          Equations
          Instances For
            theorem OeisA63880.a_108 :
            a 108

            $108$ is in the sequence A063880.

            theorem OeisA63880.a_540 :
            a 540

            $540$ is in the sequence A063880.

            theorem OeisA63880.a_756 :
            a 756

            $756$ is in the sequence A063880.

            $108$ is a primitive term.

            theorem OeisA63880.mod_216_of_a {n : } (h : a n) :
            n % 216 = 108

            All members of the sequence satisfy $n \equiv 108 \pmod{216}$.

            All primitive terms are powerful numbers.

            $108$ is the only primitive term.

            theorem OeisA63880.a_of_primitive_mul_squarefree (m s : ) (hm : isPrimitiveTerm m) (hs : Squarefree s) (hcoprime : m.Coprime s) :
            a (m * s)

            If $m$ is a primitive term and $s$ is squarefree with $\gcd(m, s) = 1$, then $m \cdot s$ is in the sequence.

            theorem OeisA63880.exists_primitive_of_a {n : } (h : a n) :
            ∃ (m : ) (s : ), isPrimitiveTerm m Squarefree s m.Coprime s n = m * s

            Non-primitive terms have the form $m \cdot s$ where $m$ is primitive and $s$ is squarefree with $\gcd(m, s) = 1$.