OFFSET
1,10
COMMENTS
Mertens conjectured that |A002321(n)| < sqrt(n) for all n > 1. This is now known to be false. So eventually there will be negative terms.
REFERENCES
D. S. Mitrinovic et al., Handbook of Number Theory, Kluwer, Section VI.2.
K. H. Rosen et al., eds., Handbook of Discrete and Combinatorial Mathematics, CRC Press, 2000; p. 267.
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
A. M. Odlyzko and H. J. J. te Riele, Disproof of the Mertens conjecture, J. reine angew. Math., 357 (1985), pp. 138-160.
MATHEMATICA
Table[Floor[Sqrt[n]] - Abs[Plus @@ MoebiusMu[Range[n]]], {n, 1, 80}] (* Carl Najafi, Aug 17 2011 *)
CROSSREFS
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Feb 16 2001
STATUS
approved