Erdős Problem 416 #
Reference: erdosproblems.com/416
Let V(x)
count the number of n≤x
such that ϕ(m)=n
is solvable
Equations
- Erdos416.V x = ↑(Finset.filter (fun (n : ℕ) => ∃ (m : ℕ), m.totient = n) (Finset.Icc 1 ⌊x⌋₊)).card
Instances For
Let V(x)
count the number of n≤x
such that ϕ(m)=n
is solvable. Does V(2x)/V(x)→2
?
Let V(x)
count the number of n≤x
such that ϕ(m)=n
is solvable.
Is there an asymptotic formula for V(x)
?
Let V(x)
count the number of n≤x
such that ϕ(m)=n
is solvable.
Pillai proved V(x)=o(x)
.
Ref: S. Sivasankaranarayana Pillai, On some functions connected with $\phi(n)$
Let V(x)
count the number of n≤x
such that ϕ(m)=n
is solvable.
Erdős proved V(x)=x(logx)^(−1+o(1)).
Ref: Erdős, P., On the normal number of prime factors of $p-1$ and some related problems concerning Euler's $\varphi$-function.
Let V(x)
count the number of n≤x
such that ϕ(m)=n
is solvable.
V(x)=x/logx * e^((C+o(1))(log log log x)^2)
, for some explicit constant C>0
.
Ref:Maier, Helmut and Pomerance, Carl, On the number of distinct values of Euler's $\phi$-function.
Let V(x)
count the number of n≤x
such that ϕ(m)=n
is solvable.
V(x) ≍ x/log x*e^(C_1*(log log log x − log log log log x)^2+C_2 log log log x − C_3 log log log log x)
Ref: Ford, Kevin, The distribution of totients.