Erdős Problem 351 #
Reference: erdosproblems.com/351
The set of rational numbers of the form P(n) + 1 / n
where n
is a natural number
and P
is a polynomial with rational coefficients.
Equations
- Erdos351.imageSet P = Set.range fun (n : ℕ) => Polynomial.eval (↑n) P + 1 / ↑n
Instances For
The predicate that a set A
is strongly complete, i.e. that for every finite set B
, every sufficiently
large integer is a sum of elements of the set A \ B
.
Equations
Instances For
The predicate that rational polynomial P
has a complete image.
Equations
Instances For
Let $p(x)\in \mathbb{Q}[x]$. Is it true that [A={ p(n)+1/n : n\in \mathbb{N}}] is strongly complete, in the sense that, for any finite set $B$, [\left{\sum_{n\in X}n : X\subseteq A\backslash B\textrm{ finite }\right}] contains all sufficiently large rational numbers?
Let $p(x) = x\in \mathbb{Q}[x]$. It has been shown that [A={ p(n)+1/n : n\in \mathbb{N}}] is strongly complete, in the sense that, for any finite set $B$, [\left{\sum_{n\in X}n : X\subseteq A\backslash B\textrm{ finite }\right}] contains all sufficiently large rational numbers.