OFFSET
1,72
COMMENTS
Conjecture: All terms are nonnegative except for a(1) = -1.
LINKS
FORMULA
EXAMPLE
a(72) = sigma_0(72) - 2 - (omega(72) - 1) * nu(72) = 12 - 2 - (5 - 1) * 2 = 2.
MATHEMATICA
Table[DivisorSigma[0, n]-2-(PrimeOmega[n]-1)*PrimeNu[n], {n, 100}]
PROG
(PARI)
A307408(n) = 2+((bigomega(n)-1)*omega(n));
CROSSREFS
The positions of positive terms are conjectured to be A320632.
Positions of first appearances are A328963.
omega(n) * nu(n) is A113901(n).
(omega(n) - 1) * nu(n) is A307409.
sigma_0(n) - omega(n) * nu(n) is A328958(n).
KEYWORD
sign
AUTHOR
Gus Wiseman, Nov 02 2019. The idea for this sequence came from Mats Granvik.
STATUS
approved