Content deleted Content added
Crisófilax (talk | contribs) The error bound for the case \alpha = 1 is not O(x), but O(x log x) as proved in several of the references of the article. |
Sapphorain (talk | contribs) →Examples: An average order is never unique; the average value, if it exists, is unique |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 17:
* An average order of {{math|''φ''(''n'')}}, [[Euler's totient function]] of {{math|''n''}}, is {{math|6''n''{{thinsp|/}}π<sup>2</sup>}};
* An average order of {{math|''r''(''n'')}}, the number of ways of expressing {{math|''n''}} as a sum of two squares, is {{math|π}};
*
*
* An average order of {{math|''ω''(''n'')}}, the [[Prime factors|number of distinct prime factors]] of {{math|''n''}}, is {{math|loglog ''n''}};
* An average order of {{math|Ω(''n'')}}, the [[Prime factors|number of prime factors]] of {{math|''n''}}, is {{math|loglog ''n''}};
* The [[prime number theorem]] is equivalent to the statement that the [[von Mangoldt function]] {{math|Λ(''n'')}} has average
*
==Calculating mean values using Dirichlet series==
Line 73:
We say that two lattice points are visible from one another if there is no lattice point on the open line segment joining them.
Now, if {{math|1=gcd(''a'', ''b'') = ''d'' > 1}}, then writing ''a'' = ''da''<sup>2</sup>, ''b'' = ''db''<sup>2</sup> one observes that the point (''a''<sup>2</sup>, ''b''<sup>2</sup>) is on the line segment which joins (0, 0) to (''a'', ''b'') and hence (''a'', ''b'') is not visible from the origin. Thus (''a'', ''b'') is visible from the origin implies that (''a'', ''b'') = 1. Conversely, it is also easy to see that gcd(''a'', ''b'') = 1 implies that there is no other [[integer lattice point]] in the segment joining (0, 0) to (''a'', ''b'').
Thus, (''a'', ''b'') is visible from (0, 0) if and only if gcd(''a'', ''b'') = 1.
Notice that <math>\frac{\varphi(n)}{n}</math> is the probability of a random point on the square <math>\{(r,s)\in \mathbb{N} : \max(|r|,|s|)=n\}</math> to be visible from the origin.
|