login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A055132
Moebius function (A008683) applied to each term in the triangle A055096.
2
-1, 1, -1, -1, 0, 0, 1, -1, 1, -1, -1, 0, 0, 0, -1, 0, -1, 1, 1, 1, 1, 1, 0, -1, 0, -1, 0, -1, 1, 1, 0, -1, 1, 0, -1, 1, -1, 0, -1, 0, 0, 0, -1, 0, -1, 1, 0, -1, -1, 1, -1, -1, 1, 1, 1, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 1, -1, -1, 1, 1, 1, 1, 1, -1, 0, -1, -1, -1, -1, 0, 1, 0, 1, 0, 0, 0, -1, 0, -1, 0, 1, 1, -1, 0, -1, 0, 0, 1, 0, 0, 0, 1, 0, 1, -1
OFFSET
1,1
MAPLE
sum2distinct_squares_array := (n) -> (((n-((trinv(n-1)*(trinv(n-1)-1))/2))^2)+((trinv(n-1)+1)^2));
with(numtheory, mobius); a(n) = mobius(sum2distinct_squares_array(n))
CROSSREFS
Cf. A055097.
Sequence in context: A115944 A166446 A103368 * A285403 A183918 A128408
KEYWORD
sign,tabl
AUTHOR
Antti Karttunen, Apr 04 2000
STATUS
approved