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”).

A288654
a(n) = (sigma(n)-n-1)*(3-omega(n)).
2
-3, 0, 0, 4, 0, 5, 0, 12, 6, 7, 0, 15, 0, 9, 8, 28, 0, 20, 0, 21, 10, 13, 0, 35, 10, 15, 24, 27, 0, 0, 0, 60, 14, 19, 12, 54, 0, 21, 16, 49, 0, 0, 0, 39, 32, 25, 0, 75, 14, 42, 20, 45, 0, 65, 16, 63, 22, 31, 0, 0, 0, 33, 40, 124, 18, 0, 0, 57, 26, 0, 0, 122
OFFSET
1,1
COMMENTS
If n is prime, then a(n) = 0. If n is semiprime, then a(n) = sopfr(n).
LINKS
MATHEMATICA
Table[(DivisorSigma[1, n] - n - 1) (3 - PrimeNu[n]), {n, 100}]
PROG
(PARI) A288654(n) = ((sigma(n)-n-1)*(3-omega(n))); \\ Antti Karttunen, Mar 04 2018
CROSSREFS
Cf. A000203 (sigma), A001221 (omega), A001414 (sopfr), A048050 (Chowla's function).
Sequence in context: A130208 A363155 A364084 * A259191 A240455 A304263
KEYWORD
sign,easy
AUTHOR
Wesley Ivan Hurt, Jun 12 2017
STATUS
approved