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 for any .
∀ (A : ℕ → ℕ), Erdos359.IsGoodFor A 1 → ∀ (c : ℝ), 0 < c → Filter.Tendsto (fun k => ↑(A k) / ↑k ^ (1 + c)) Filter.atTop (nhds 0)OpenStatement only, no proof