Skip to content

Erdős problem 11

Is every odd n>1n > 1 the sum of a squarefree number and a power of 2?

Sources

Browse retained paths and inspect the exact material available for this Problem.

6 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

11.lean

Retained formal statement2 of 6

Every odd 1<n<1071 < n < 10^7 is the sum of a squarefree number and a power of 2.

FormalConjectures/ErdosProblems/11.leanErdos11.erdos_11.variants.finite_bound11 lineExact file
∀ (n : ℕ), Odd nn < 10 ^ 7 → 1 < n → ∃ k l, Squarefree kn = k + 2 ^ l
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page