|
Search: id:A087989
|
|
|
| A087989 |
|
a(n) is the value of Mertens function at n!, the n-th factorial. |
|
+0 1
|
| |
|
|
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: A124063 A054630 A049875 this_sequence A103356 A028257 A100228
Adjacent sequences: A087986 A087987 A087988 this_sequence A087990 A087991 A087992
|
|
KEYWORD
|
more,sign
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Oct 02 2003
|
|
|
Search completed in 0.002 seconds
|