Documentation

FormalConjectures.ErdosProblems.«493»

Erdős Problem 493 #

References:

theorem Erdos493.erdos_493 :
True ∃ (k : ) (N : ), ∀ (n : ), N n∃ (a : Fin k), (∀ (i : Fin k), 2 a i) i : Fin k, a i - i : Fin k, a i = n

Does there exist a $k$ such that every sufficiently large integer can be written in the form [\prod_{i=1}^k a_i - \sum_{i=1}^k a_i] for some integers $a_i\geq 2$?

Erdős attributes this question to Schinzel. Eli Seamans has observed that the answer is yes (with $k=2$) for a very simple reason: $n = 2(n+2)-(2+(n+2))$. There may well have been some additional constraint in the problem as Schinzel posed it, but [Er61] does not record what this is.