How can one find an estimate for $$\sum_{p \text{ prime,}\ k\geq 2:p^k|n}1$$ The reason is to show that the normal value of $\Omega(n)$ is $\log\log n$, the same as that of $\omega(n)$.
2026-03-27 02:50:42.1774579842
The excess of an integer $n$
74 Views Asked by user402793 https://math.techqa.club/user/user402793/detail At
1
There are 1 best solutions below
Related Questions in ANALYTIC-NUMBER-THEORY
- Justify an approximation of $\sum_{n=1}^\infty G_n/\binom{\frac{n}{2}+\frac{1}{2}}{\frac{n}{2}}$, where $G_n$ denotes the Gregory coefficients
- Is there a trigonometric identity that implies the Riemann Hypothesis?
- question regarding nth prime related to Bertrands postulate.
- Alternating sequence of ascending power of 2
- Reference for proof of Landau's prime ideal theorem (English)
- Does converge $\sum_{n=2}^\infty\frac{1}{\varphi(p_n-2)-1+p_n}$, where $\varphi(n)$ is the Euler's totient function and $p_n$ the $n$th prime number?
- On the behaviour of $\frac{1}{N}\sum_{k=1}^N\frac{\pi(\varphi(k)+N)}{\varphi(\pi(k)+N)}$ as $N\to\infty$
- Analytic function to find k-almost primes from prime factorization
- Easy way to prove that the number of primes up to $n$ is $\Omega(n^{\epsilon})$
- Eisenstein Series, discriminant and cusp forms
Related Questions in ARITHMETIC-FUNCTIONS
- Prove the asymptotic probability of numbers being relative prime equals $\frac{6}{\pi^2}$
- Prove $ \left\vert \sum_{n=1}^N \frac{\mu(n)}{n} \right\vert \leqslant 1,$ where $\mu(n)$ is the Mobius function.
- $Var[w]=O(\log\log(N))$ where $w(n)$ is the no of prime divisors of $n$
- Multiplicative arithmetic function on the unit disk
- Is feasible a simple inequality as a combination of the Firoozbakht's conjecture and the properties of the Ramanujan tau function?
- Is it true that $\underbrace{x^{x^{x^{.^{.^{.^x}}}}}}_{k\,\text{times}}\pmod9$ has period $18$ and can never take the values $3$ and $6$?
- Is the average order of a product of arithmetic functions the product of the average orders?
- If $f$ is an arithmetic function with $f(1)=1$ then $f$ is multiplicative
- Inverse of a Multiplicative Arithmetic Function w/0 Mobius function
- Inverting arithmetic functions
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Your sum has average value of approximately 0.77. Following is a proof that the sum has an average value less than one.
My source of information comes mostly from Chapter 8 of I. Niven, H. S. Zuckerman, H. L. Montgomery, An Introduction to the Theory of Numbers, 5th ed., Wiley (New York), 1991.
\begin{align} \sum_{n \le x} \sum_{\substack{p^k | n\\ k \ge 2}} 1 & = \sum_{\substack{p^k,\ m\\ p^km \le x\\ k \ge 2}} 1 &&\text{($n = p^km$)}\\ & = \sum_{\substack{p^k \le x\\ k \ge 2}} \left\lfloor \frac x{p^k} \right\rfloor\\ & = \sum_{\substack{p^k \le x\\ k \ge 2}} \left( \frac x{p^k} + O(1) \right)\\ & = x \sum_{\substack{p^k \le x\\ k \ge 2}} \frac 1{p^k} + O\left( \sum_{\substack{p^k \le x\\ k \ge 2}} 1 \right)\\ & = x \sum_{\substack{p \le x^{1/k}\\ k \ge 2}} \frac 1{p^k} + O\left( \sum_{\substack{p \le x^{1/k}\\ k \ge 2}} 1 \right)\\ & \le x \sum_{\substack {p\\ k \ge 2}} \frac 1{p^k} + O\left( \sum_{k \ge 2} \pi\left(x^{1/k}\right) \right) &&\text{($\pi$ is the prime-counting function)}\\ & = x \sum_p \frac 1{p(p-1)} + O(\sqrt x \log x) &&\text{(sum of the geometric series)}\\ & \le x \sum_{j = 2}^\infty \frac 1{j(j-1)} + O(\sqrt x \log x)\\ & = x + O(\sqrt x \log x) &&\text{(the sum equals $1$)} \end{align} That shows that the coefficient of $x$ in the line before the first inequality is less than one. Thus, your sum has an average value less than one.
To check that conclusion, I fit a line to $f(x) = \sum_{n \le x} \sum_{p^k | n, k \ge 2} 1 = \sum_{n \le x} (\Omega(n) - \omega(n))$ versus $x$ for $x = 1, 2, 3, \ldots, 100000$ and got $f(x) \approx 0.7725x - 45.00$ and, if the intercept is forced to be zero, $f(x) \approx 0.7718x$, both with coefficient of determination greater than $0.9999997$. The arithmetic average of those $\Omega(x) - \omega(x)$ is approximately $0.7721$.
That explains why the average value of $\Omega(n)$ is $\log \log n$, the same as that of $\omega(n)$. $\Omega(n)$ is equal to $\omega(n)$ plus contributions from higher powers of $p$, but we have just shown that those contributions are of normal order (because the average order that we determined is for a non-negative function) less than $\log \log n$.
See also Martin Klazar's lecture notes "Introduction to Number Theory," Section 4.3.