Erdős Problem 424: Sequence generated by $a_i a_j - 1$ #
References:
- erdosproblems.com/424
- A005244
- [Ben Green's Open Problem 63](https://people.maths.ox.ac.uk/greenbj/papers/open-problems.pdf#section.8 Problem 63)
The sequence of sets $A_n$ where $A_0 = \{2, 3\}$ and $A_{n+1}$ is $A_n$ union all newly generated elements.
Equations
Instances For
The set of integers which eventually appear in the sequence, which is the union of all $A_n$.
Equations
- Erdos424.generatedSet = ⋃ (n : ℕ), Erdos424.sequenceSet n
Instances For
Let $a_1 = 2$ and $a_2 = 3$ and continue the sequence by appending to $a_1, \ldots, a_n$ all possible values of $a_i a_j - 1$ with $i \neq j$. Is it true that the set of integers which eventually appear has positive density?