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.

A093774 Smallest integers at which the value of truncated Mertens function equals n!.

Original entry on oeis.org

1, 6, 21, 93, 698, 5377, 48198, 483817, 5231438, 61160870, 774696437, 10552025533, 153901234789
Offset: 1

Views

Author

Labos Elemer, Apr 28 2004

Keywords

Comments

Observe that magnitude of a(n) is not far from that of (n-1)!.

Crossrefs

Programs

  • Mathematica
    s = 0; k = 1; Do[ While[s = s + MoebiusMu[k]; s + PrimePi[k] < n!, k++ ]; Print[k]; k++, {n, 10}] (* Robert G. Wilson v, Apr 30 2004 *)

Formula

Solutions to Min(x : A088004(x) = n!), i.e., a(n) = Min(x : A002321(x) + A000720(x) = n!).

Extensions

a(9)-a(10) from Robert G. Wilson v, Apr 30 2004
a(11)-a(13) from Donovan Johnson, Jun 21 2012