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.

A059581 From Von Sterneck's conjecture: floor(sqrt(n)) - 2*|Mertens's function A002321(n)|.

Original entry on oeis.org

-1, 1, -1, 0, -2, 0, -2, -2, -1, 1, -1, -1, -3, -1, 1, 2, 0, 0, -2, -2, 0, 2, 0, 0, 1, 3, 3, 3, 1, -1, -3, -3, -1, 1, 3, 4, 2, 4, 6, 6, 4, 2, 0, 0, 0, 2, 0, 0, 1, 1, 3, 3, 1, 1, 3, 3, 5, 7, 5, 5, 3, 5, 5, 6, 8, 6, 4, 4, 6, 4, 2, 2, 0, 2, 2, 2, 4, 2, 0, 0, 1, 3, 1, 1, 3, 5, 7, 7, 5, 5, 7, 7, 9
Offset: 1

Views

Author

N. J. A. Sloane, Feb 16 2001

Keywords

Comments

Von Sterneck conjectured that 2*|A002321(n)| < sqrt(n) for all sufficiently large n. This is now known to be false. This is different from the Mertens conjecture that |A002321(n)| < sqrt(n) for all n > 1 (which is also false).

References

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

Crossrefs

Programs

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