A078387 Moebius's mu of numbers which can be written as sum of a positive square and a positive cube.
-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
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
MoebiusMu[Select[Range[200], Length[Reduce[a^2 + b^3 == # && a > 0 && b > 0, {a, b}, Integers]] > 0 &]] (* Amiram Eldar, Mar 27 2025 *)