login
A078387
Moebius's mu of numbers which can be written as sum of a positive square and a positive cube.
2
-1, -1, 0, 1, 0, -1, 0, 1, 0, -1, 1, 0, -1, -1, 0, 0, 0, 1, 0, 1, 0, 0, -1, 0, 0, 1, -1, 1, 0, -1, 0, -1, 1, 0, -1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, -1, 0, -1, 1, 1, 0, 0, -1, 0, 1, 0, 1, 0, -1, 0, 1, 0, -1, -1, -1, 0, -1, 0, 0, 1, -1, 0, -1, 0, -1, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, -1, -1, 0, 1, 0, 0, -1, 1, -1
OFFSET
1,1
LINKS
FORMULA
a(n) = A008683(A055394(n)).
MATHEMATICA
MoebiusMu[Select[Range[200], Length[Reduce[a^2 + b^3 == # && a > 0 && b > 0, {a, b}, Integers]] > 0 &]] (* Amiram Eldar, Mar 27 2025 *)
CROSSREFS
KEYWORD
sign
AUTHOR
Reinhard Zumkeller, Nov 25 2002
STATUS
approved