Pollock's (tetrahedral numbers) conjecture #
Every positive integer is the sum of at most 5 tetrahedral numbers.
References:
- Wikipedia
- A797
- L. E. Dickson, History of the Theory of Numbers, Vol. II: Diophantine Analysis, Dover (2005), pp. 22–23
- Frederick Pollock, On the extension of the principle of Fermat's theorem on the polygonal numbers to the higher order of series whose ultimate differences are constant, Abstracts of the Papers Communicated to the Royal Society of London 5 (1850), 922–924
- H. E. Salzer and N. Levine, Table of integers not exceeding 100000 that are not expressible as the sum of four tetrahedral numbers, Math. Comp. 12 (1958), 141–144
- MathWorld: Pollock's Conjecture
Definitions #
Auxiliary definition #
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$.