Skip to content

Erdős problem 359

Suppose monotone sequence AA 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 ak klogkloglogka_k ~ \frac{k \log k}{\log \log k}.

Sources

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

4 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

359.lean

Retained formal statement2 of 4

Let a1<a2<a_1< a_2 < ⋯ be an infinite sequence of integers such that a1=1a_1=1 and ai+1a_{i+1} is the least integer which is not a sum of consecutive earlier aja_js. Show that ak/k1+c0a_k / k ^ {1 + c} \to 0 for any c>0c > 0.

FormalConjectures/ErdosProblems/359.leanErdos359.erdos_359.parts.ii2 linesExact file
∀ (A : ℕ → ℕ),  Erdos359.IsGoodFor A 1 → ∀ (c : ℝ), 0 < cFilter.Tendsto (fun k => ↑(A k) / ↑k ^ (1 + c)) Filter.atTop (nhds 0)
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page