Skip to content

Erdős problem 242

For every n>2n>2 there exist distinct integers 1x<y<z1 ≤ x < y < z such that 4n=1x+1y+1z\frac 4 n = \frac 1 x + \frac 1 y + \frac 1 z.

Sources

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

2 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

242.lean

Retained formal statement2 of 2

Schinzel conjectured (see [Si56]) the generalisation that, for any fixed aa, if nn is sufficiently large in terms of aa then there exist distinct integers 1x<y<z1\leq x < y < z such that an=1x+1y+1z.\frac{a}{n} = \frac{1}{x}+\frac{1}{y}+\frac{1}{z}.

FormalConjectures/ErdosProblems/242.leanErdos242.erdos_242.variants.schinzel_generalization1 lineExact file
∀ (a : ℕ), 0 < a → ∀ᶠ (n : ℕ) in Filter.atTop, ∃ x y z, 1 ≤ xx < yy < z ∧ ↑a / ↑n = 1 / ↑x + 1 / ↑y + 1 / ↑z
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page