Erdős Problem 287 #
Reference: erdosproblems.com/287
Let $k\geq2$. Is it true that, for any distinct integers $1 < n_1 < \cdots < n_k$ such that $\sum_{i=1}^k \frac{1}{n_i} = 1$, we must have $\max(n_{i+1} - n_i) \geq 3$?
The lower bound of $\geq 2$ is equivalent to saying that $1$ is not the sum of reciprocals of consecutive integers, proved by Erdős [Er32].
The example $1 = \frac{1}{2}+\frac{1}{3}+\frac{1}{6}$ shows that $3$ would be best possible here:
the sequence $(2, 3, 6)$ is a valid Egyptian fraction representation of $1$ with
max_gap = 3.
For all large $N$, there exists a prime $p \in [N, 2N]$ such that $\frac{p+1}{2}$ is also prime.
This is an open conjecture. If true, it would imply erdos_287 for all but at most finitely
many exceptions (see erdos_287.variants.prime_conjecture_implies).
The conjecture erdos_287 would follow for all but at most finitely many exceptions if it were
known that, for all large $N$, there exists a prime $p \in [N, 2N]$ such that $\frac{p+1}{2}$
is also prime.
More precisely: if the prime conjecture holds, then there exists $k_0$ such that for all $k \geq k_0$, any Egyptian fraction representation of $1$ with $k$ terms and all terms $> 1$ must have $\max(n_{i+1} - n_i) \geq 3$.