Skip to content

Erdős problem 342

a(3)=4a(3) = 4: among sums >3> 3 with a unique representation from {1,2,3}\{1,2,3\}, the smallest is 4=1+34 = 1 + 3. The candidate 5=2+35 = 2 + 3 is ruled out by minimality since 44 has a unique representation.

Sources

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

7 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

342.lean

Retained formal statement2 of 7

Does Ulam's sequence eventually have periodic differences? That is, is a(n+1)a(n)a(n+1) - a(n) eventually periodic?

FormalConjectures/ErdosProblems/342.leanErdos342.erdos_342.parts.ii5 linesExact file
sorry  ∀ (a : ℕ → ℕ),    Erdos342.IsUlamSequence a      have d := fun n => ↑(a (n + 1)) - ↑(a n);p > 0, ∀ᶠ (m : ℕ) in Filter.atTop, d (m + p) = d m
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page