Erdős Problem 950 #
References:
- erdosproblems.com/855
- erdosproblems.com/950
- [Er77c] Erdős, Paul, Problems and results on combinatorial number theory. III. Number theory day (Proc. Conf., Rockefeller Univ., New York, 1976) (1977), 43-72.
- mathoverflow/508491
Let $f(n) = \sum_{p<n}\frac{1}{n-p}$.
Equations
- Erdos950.f n = ∑ p ∈ Finset.range n with Prime p, 1 / (↑n - ↑p)
Instances For
Is it true that $\liminf f(n)=1$?
Is it true that $\limsup f(n)=\infty$?
Is it true that $f(n)=o(\log\log n)$ for all $n$?
This function was considered by de Bruijn, Erdős, and Turán, who showed that $\sum_{n<x}f(n)\sim \sum_{n<x}f(n)^2\sim x$. They gave no proofs, but a proof of the (harder) second claim is given by Gorodetsky here [mathoverflow/508491].
Erdős writes that a 'weaker conjecture which is perhaps not quite inaccessible' is that, for every $\epsilon>0$, if $x$ is sufficiently large there exists $y<x$ such that $\pi(x)< \pi(y)+\epsilon \pi(x-y)$. Compare this to [855].
He notes that if $\pi(x)< \pi(y)+O\left(\frac{x-y}{\log x}\right)$ for all $y<x-(\log x)^C$ for some constant $C>0$ then $f(n)\ll \log\log\log n$.
The study of $f(p)$ is even harder, and Erdős could not prove that $\sum_{p<x}f(p)^2\sim \pi(x)$.