Average order of an arithmetic function: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Richard Pinch
m (link)
imported>Richard Pinch
(link)
Line 11: Line 11:


==Examples==
==Examples==
* The average order of ''d''(''n''), the number of divisors of ''n'', is log(''n'');
* The average order of ''d''(''n''), the [[number of divisors function|number of divisors]] of ''n'', is log(''n'');
* The average order of &sigma;(''n''), the [[Sum-of-divisors function|sum of divisors]] of ''n'', is <math> \frac{\pi^2}{6} n</math>;
* The average order of &sigma;(''n''), the [[Sum-of-divisors function|sum of divisors]] of ''n'', is <math> \frac{\pi^2}{6} n</math>;
* The average order of &phi;(''n'')), [[Euler's totient function]] of ''n'', is <math> \frac{6}{\pi^2} n</math>;
* The average order of &phi;(''n'')), [[Euler's totient function]] of ''n'', is <math> \frac{6}{\pi^2} n</math>;

Revision as of 16:45, 6 December 2008

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

In mathematics, in the field of number theory, the average order of an arithmetic function is some simpler or better-understood function which takes the same values "on average".

Let f be a function on the natural numbers. We say that the average order of f is g if

as x tends to infinity.

It is conventional to assume that the approximating function g is continuous and monotone.

Examples

See also

References