cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A059572 From Mertens's conjecture (2): floor(sqrt(n)) - Mertens's function A002321(n).

Original entry on oeis.org

0, 1, 2, 3, 4, 3, 4, 4, 5, 4, 5, 5, 6, 5, 4, 5, 6, 6, 7, 7, 6, 5, 6, 6, 7, 6, 6, 6, 7, 8, 9, 9, 8, 7, 6, 7, 8, 7, 6, 6, 7, 8, 9, 9, 9, 8, 9, 9, 10, 10, 9, 9, 10, 10, 9, 9, 8, 7, 8, 8, 9, 8, 8, 9, 8, 9, 10, 10, 9, 10, 11, 11, 12, 11, 11, 11, 10, 11, 12, 12, 13, 12, 13
Offset: 1

Views

Author

N. J. A. Sloane, Feb 16 2001

Keywords

Comments

Mertens conjectured that |A002321(n)| < sqrt(n) for all n > 1. This is now known to be false.

References

  • D. S. Mitrinovic et al., Handbook of Number Theory, Kluwer, Section VI.2.

Crossrefs

Programs

  • Mathematica
    Table[Floor[Sqrt[n]] - Plus @@ MoebiusMu[Range[n]], {n, 1, 80}] (* Carl Najafi, Aug 17 2011 *)