Erdős Problem 349 #
Reference: erdosproblems.com/349
This defines the core property of the problem: For what values of $t,\alpha \in (0,\infty)$ is the sequence $\lfloor t\alpha^n\rfloor$ complete?
Equations
- Erdos349.IsGoodPair t α = IsAddComplete (Set.range fun (n : ℕ) => ⌊t * α ^ n⌋)
Instances For
For what values of $t,\alpha \in (0,\infty)$ is the sequence $\lfloor t\alpha^n\rfloor$ complete (that is, all sufficiently large integers are the sum of distinct integers of the form $\lfloor t\alpha^n\rfloor$)?
theorem
Erdos349.complete_for_alpha_in_Ioo_one_to_goldenRatio
(t α : ℝ)
(ht : 0 < t)
(hα : α ∈ Set.Ioo 1 ((1 + √5) / 2))
:
IsGoodPair t α
It seems likely that the sequence is complete for all for all $t>0$ and all $1 < \alpha < \frac{1+\sqrt{5}}{2}$.
For any $k$ there exists some $t_k\in (0,1)$ such that the set of $\alpha$ such that the sequence $\lfloor t_k\alpha^n\rfloor$ is complete consists of at least $k$ disjoint line segments.