Erdős Problem 942 #
Reference: erdosproblems.com/942
Let $h(n)$ count the number of powerful integers in $[n^2, (n + 1)^2)$.
Equations
- Erdos942.erdos_942.h n = (Finset.filter Nat.Powerful (Finset.Ico (n ^ 2) ((n + 1) ^ 2))).card
Instances For
Is there some constant $c > 0$ such that $h(n) < (\log n)^{c + o(1)}$ and, for infinitely many $n$, $h(n) > (\log n)^{c - o(1)}$.
It is not hard to prove that $\limsup h(n) = \infty$.