Encyclopedia  |   World Factbook  |   World Flags  |   Reference Tables  |   List of Lists     
   Academic Disciplines  |   Historical Timeline  |   Themed Timelines  |   Biographies  |   How-Tos     
Your Ad Here
Sponsor by The Tattoo Collection


Mertens function
Main Page | See live article | Alphabetical index

Mertens function

In number theory, the Mertens function is

where μ(k) is the Möbius function;.

Because the Möbius function has only the return values -1, 0 and +1, it's obvious that the Mertens function moves slowly and that there is no x such that M(x) > x. The Mertens conjecture goes even further, stating that there is no x where the absolute value of the Mertens function exceeds the square root of x.

The Möbius function is built-in to Mathematica, the Mertens function is not, but it can be defined with this command:

Mertens[x_] := Plus @@ MoebiusMu[Range[1, x]]

External links