login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093774 Smallest integers at which the value of truncated Mertens function equals n!. 2
1, 6, 21, 93, 698, 5377, 48198, 483817, 5231438, 61160870, 774696437, 10552025533, 153901234789 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Observe that magnitude of a(n) is not far from that of (n-1)!.
LINKS
FORMULA
Solutions to Min(x : A088004(x) = n!), i.e., a(n) = Min(x : A002321(x) + A000720(x) = n!).
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 *)
CROSSREFS
Sequence in context: A001553 A369556 A009247 * A151612 A344496 A012773
KEYWORD
nonn,more
AUTHOR
Labos Elemer, Apr 28 2004
EXTENSIONS
a(9)-a(10) from Robert G. Wilson v, Apr 30 2004
a(11)-a(13) from Donovan Johnson, Jun 21 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 11 10:40 EDT 2024. Contains 375068 sequences. (Running on oeis4.)