Divisor count function

From Number
Revision as of 00:40, 29 April 2009 by Vipul (talk | contribs) (Created page with '{{arithmetic function}} ==Definition== Let <math>n</math> be a natural number. The '''divisor count function''' of <math>n</math>, denoted <math>d(n)</math> or <math>\tau(n...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This article defines an arithmetic function or number-theoretic function: a function from the natural numbers to a ring (usually, the ring of integers, rational numbers, real numbers, or complex numbers).
View a complete list of arithmetic functions

Definition

Let n be a natural number. The divisor count function of n, denoted d(n) or τ(n), is defined as the number of positive divisors of n. In other words:

τ(n)=d|n1.

Formula in terms of prime factorization

Suppose we have:

n=p1k1p2k2prkr.

Then:

τ(n)=i=1r(ki+1).

Behavior

Lower bound

The divisor count function of n takes its lowest value (other than 1) at primes.

τ(p)=2p.

In particular:

liminfnτ(n)=2.

Upper bound

Fill this in later