|
Search: id:A069158
|
|
|
| A069158 |
|
Product{d|n} mu(d), product over positive divisors, d, of n, where mu(d) = Moebius function (A008683). |
|
+0 2
|
|
| 1, -1, -1, 0, -1, 1, -1, 0, 0, 1, -1, 0, -1, 1, 1, 0, -1, 0, -1, 0, 1, 1, -1, 0, 0, 1, 0, 0, -1, 1, -1, 0, 1, 1, 1, 0, -1, 1, 1, 0, -1, 1, -1, 0, 0, 1, -1, 0, 0, 0, 1, 0, -1, 0, 1, 0, 1, 1, -1, 0, -1, 1, 0, 0, 1, 1, -1, 0, 1, 1, -1, 0, -1, 1, 0, 0, 1, 1, -1, 0, 0, 1, -1, 0, 1, 1, 1, 0, -1, 0, 1, 0, 1, 1, 1, 0, -1, 0, 0, 0, -1, 1, -1, 0, 1, 1
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Absolute value of a(n) = absolute value of mu(n).
Differs from A080323 at n=2, 105, 165, 195, 231, ..., 15015,..., 19635,.. (cf. A046389, A046391, ...) [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Dec 15 2008]
|
|
LINKS
|
Leroy Quet, Home Page (listed in lieu of email address)
|
|
FORMULA
|
a(n) = 0 if mu(n) = 0; a(n) = -1 if n = prime; a(n) = 1 if n = squarefree composite or 1.
|
|
EXAMPLE
|
a(6) = mu(1)*mu(2)*mu(3)*mu(6) = 1*(-1)*(-1)*1 = 1.
|
|
PROGRAM
|
(MAGMA) f := function(n); t1 := &*[MoebiusMu(d) : d in Divisors(n) ]; return t1; end function;
|
|
CROSSREFS
|
Sequence in context: A008683 A008966 A080323 this_sequence A133639 A060038 A167021
Adjacent sequences: A069155 A069156 A069157 this_sequence A069159 A069160 A069161
|
|
KEYWORD
|
sign
|
|
AUTHOR
|
Leroy Quet, Apr 08 2002
|
|
|
Search completed in 0.002 seconds
|