With n=2*o, (o odd) it's OK
For my investigation I used ARIBAS (Windows version) and I programmed a function 'SmallMoebiusMu(n)' (small because n must not exceed 2**32) and with this function, I compared my function 'SmallMertensNumber(n)' (traditional definition) to the function 'Gaussianheart(n)' (your formulation) and for n=2,6,10,14,18,...,402 I found equal results.
SmallMoeniusMu uses the built-in ARIBAS function 'factor16' and 'prime32test'.
Regards from Germany