Documentation

FormalConjectures.Wikipedia.PollocksConjecture

Pollock's (tetrahedral numbers) conjecture #

Every positive integer is the sum of at most 5 tetrahedral numbers.

References:

Definitions #

The $n$-th tetrahedral number: $T_n = \frac{n(n+1)(n+2)}{6}$.

Equations
Instances For

    Auxiliary definition #

    The set of natural numbers that are not a sum of $4$ tetrahedral numbers.

    Equations
    Instances For

      Statements #

      theorem PollocksConjecture.pollock_tetrahedral (N : ) :
      ∃ (f : Fin 5), N = i : Fin 5, tetrahedral (f i)

      Pollock's (tetrahedral numbers) conjecture: every integer is the sum of at most $5$ tetrahedral numbers.

      Salzer–Levine strengthening (as stated on Wikipedia/OEIS): there are exactly $241$ integers that are not a sum of $4$ tetrahedral numbers, and the largest is $343867$.

      As stated on Wikipedia/OEIS (A797), the set of exceptions has cardinality $241$.