Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > 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



Read more »

Non User