erdős #325
Let and denote the number of integers which are the sum of three nonnegative th powers. Is it true thator even ?
Worked, still open.
number theory · open · possible · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsevidence
unverified AI candidates (2)
gpt-erdos · GPT-5.2 Pro + Deep Research · unverified
Write [ r_k(n)=|\\{(a,b,c)\in\Bbb Z_{\ge 0}^3:\ a^k+b^k+c^k=n\\}|, \qquad f_{k,3}(x)=|\\{n\le x:\ r_k(n)\ge 1\\}|. ] Then [ \sum_{n\le x} r_k(n)=|\\{(a,b,c)\in\Bbb Z_{\ge 0}^3:\ a^k+b^k+c^k\le x\\}| \sim c_k,x^{3/k}, ] where the constant is the volume of the region (u_1^k+u_2^k+u_3^k\le 1), namely [ c_k=\frac{\Gamma(1+…
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 11 · open (literature)
theorem erdos_325 :
answer(sorry) ↔ ∀ k : ℕ, 3 ≤ k → (fun x : ℕ => (x : ℝ) ^ (3 / k : ℝ)) =O[atTop]
(fun x : ℕ => (cardIsSumThreePowerBelow k x : ℝ))formal-conjectures/325.lean ↗links
status
open