erdős #11
Is every large odd integer the sum of a squarefree number and a power of 2?
Worked, still open.
number theory · open · formalized (Lean) · 0 attempts
machinery: Wieferich-primes,squarefree-plus-power-of-2,additive-basis,prime-distribution,covering-congruences,sieve/Brun-Titchmarsh
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
This is **not known** in full generality. It’s an **Erdős conjecture** (often listed as “Erdős Problem #11”): for every **odd** integer (n>1), there should exist an integer (k\ge 0) such that [ n = s + 2^k ] with $$s$$ **squarefree**.
candidate solution ↗llm-hunter · codex 5.2 extra high, gpt 5.2, gpt pro 5.2 · unverified
5 LLM attack(s) recorded (codex 5.2 extra high, gpt 5.2, gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 11 · open (literature)
theorem erdos_11 (n : ℕ) (hn : Odd n) (hn' : 1 < n) :
∃ k l : ℕ, Squarefree k ∧ n = k + 2 ^ lformal-conjectures/11.lean ↗oeis
links
Wieferich primes · reference
status
open