Erdős problem 359
Suppose monotone sequence satisfies the following: A 0 = 1 and for all j, A (j + 1) is the smallest natural number that cannot be written as a sum of consecutive terms of A 0, ..., A j. Then it is conjectured that .
Sources
FormalConjectures/ErdosProblems/
359.lean
Retained formal statement
Let be an infinite sequence of integers such that and is the least integer which is not a sum of consecutive earlier s. Show that .
∀ (A : ℕ → ℕ), Erdos359.IsGoodFor A 1 → Filter.Tendsto (fun k => ↑(A k) / ↑k) Filter.atTop Filter.atTopOpenStatement only, no proof