Erdős problem 342
: among sums with a unique representation from , the smallest is . The candidate is ruled out by minimality since has a unique representation.
Sources
FormalConjectures/ErdosProblems/
342.lean
Retained formal statement
Does Ulam's sequence eventually have periodic differences? That is, is eventually periodic?
sorry ↔ ∀ (a : ℕ → ℕ), Erdos342.IsUlamSequence a → have d := fun n => ↑(a (n + 1)) - ↑(a n); ∃ p > 0, ∀ᶠ (m : ℕ) in Filter.atTop, d (m + p) = d mOpenStatement only, no proof