Skip to content

Erdős problem 448

Let τ(n)\tau(n) count the divisors of nn and τ+(n)\tau^+(n) count the number of kk such that nn has a divisor in [2k,2k+1)[2^k, 2^{k+1}). Is it true that, for all ϵ>0\epsilon > 0, τ+(n)<ϵτ(n) \tau^+(n) < \epsilon \cdot \tau(n) for almost all nn?

Sources

Browse retained paths and inspect the exact material available for this Problem.

8 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

448.lean

Retained formal statement3 of 8

Erdős and Graham asked whether there is a good inequality for nxτ+(n)\sum_{n \le x} \tau^+(n). This was answered by Ford [Fo08], who proved nxτ+(n)x(logx)1α(loglogx)3/2, \sum_{n \le x} \tau^+(n) \asymp x \cdot \frac{(\log x)^{1 - \alpha}}{(\log\log x)^{3/2}}, where α=11+loglog2log2=0.08607\alpha = 1 - \frac{1 + \log\log 2}{\log 2} = 0.08607\ldots.

FormalConjectures/ErdosProblems/448.leanErdos448.erdos_448.variants.ford3 linesExact file
(fun x => ∑ nFinset.Icc 1 x, ↑(Erdos448.tauPlus n)) =Θ[Filter.atTop] fun x =>  have α := 1 - (1 + Real.log (Real.log 2)) / Real.log 2;x * Real.logx ^ (1 - α) / Real.log (Real.logx) ^ (3 / 2)
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page