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!)
A087989 a(n) = M(n!), the value of Mertens's function at the n-th factorial. 0
1, 1, 0, -1, -2, -3, -3, -6, -15, -138, -26, -527, -3474, -19550, -20014, 3084, -1253696, 7121000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Marc Deléglise and Joël Rivat, Computing the summation of the Mobius function, Experiment. Math. 5:4 (1996), pp. 291-295.
EXAMPLE
a(4) = A002321(4!) = A002321(24) = -2.
MATHEMATICA
s=0; i=1; Do[While[i<= n!, s=s+MoebiusMu[i]; i++ ]; Print[s], {n, 0, 10}]
PROG
(PARI) a(n)=sum(k=1, n!, moebius(k)) \\ Charles R Greathouse IV, Apr 02 2014
CROSSREFS
Sequence in context: A180887 A329748 A173094 * A028257 A100228 A111003
KEYWORD
more,sign
AUTHOR
Labos Elemer, Oct 02 2003
EXTENSIONS
More terms from Sean A. Irvine, Dec 06 2009
a(14) from Donovan Johnson, Jun 21 2012
a(15)-a(17) from Rikard Nordgren, Nov 10 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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)