Erdős problem 940
Let . Is it true that the set of integers which are the sum of at most -powerful numbers has density ?
Sources
FormalConjectures/ErdosProblems/
940.lean
Retained formal statement
Is it true that the set of integers which are the sum of at most three cubes has density ?
True ↔ {n | ∃ S, S.card ≤ 3 ∧ n = (Multiset.map (fun x => x ^ 3) S).sum}.HasDensity 0OpenStatement only, no proof