Average order of an arithmetic function: Difference between revisions

Content deleted Content added
Uncia (talk | contribs)
restore a couple of formulae that were incorrectly changed on 10 August 2008
Line 11:
==Examples==
* The average order of ''d''(''n''), the [[Divisor function|number of divisors]] of ''n'', is log(''n'');
* The average order of &sigma;(''n''), the sum of divisors of ''n'', is ''n''&pi;<sup>2</sup> / 6;
* The average order of &phi;(''n''), [[Euler's totient function]] of ''n'', is 6''n'' / &pi;<sup>2</sup>;
* The average order of ''r''(''n''), the number of ways of expressing ''n'' as a [[sum of two squares]], is &pi;;
* The average order of &omega;(''n''), the number of distinct [[prime factor]]s of ''n'', is log log ''n'';