login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087989 a(n) is the value of Mertens function at n!, the n-th factorial. 0
1, 0, -1, -2, -3, -3, -6, -15, -138, -26, -527, -3474, -19550 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

EXAMPLE

n=4: 4=24, a(4)=Sum[mu(j); j=1...24]=-2.

MATHEMATICA

s=0; i=1; Do[While[i<= n!, s=s+MoebiusMu[i]; i++ ]; Print[s], {n, 0, 10}]

CROSSREFS

Cf. A002321, A000142, A084237, A087987.

Sequence in context: A049875 A180887 A173094 * A103356 A028257 A100228

Adjacent sequences:  A087986 A087987 A087988 * A087990 A087991 A087992

KEYWORD

more,sign

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Oct 02 2003

EXTENSIONS

More terms from Sean A. Irvine (sairvin(AT)xtra.co.nz), Dec 06 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 07:39 EST 2012. Contains 205881 sequences.