login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A353276 a(n) = phi(n) + tau(n)^omega(n) - sigma(n). 2
1, 0, 0, -2, 0, 6, 0, -7, -4, 2, 0, 12, 0, -2, 0, -18, 0, 3, 0, 2, -4, -10, 0, 12, -8, -14, -18, -8, 0, 448, 0, -41, -12, -22, -8, 2, 0, -26, -16, -10, 0, 428, 0, -28, -18, -34, 0, -8, -12, -37, -24, -38, 0, -38, -16, -32, -28, -46, 0, 1576, 0, -50, -32, -88, -20, 388, 0, -58, -36, 392, 0, -27, 0, -62, -48, -68, -20, 368 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A110088(n) - A051612(n) = A000010(n) + A000005(n)^A001221(n) - A000203(n).
a(p) = 0 for all primes p.
MATHEMATICA
Array[#1 + #3^#2 - #4 & @@ Flatten@ {EulerPhi[#], PrimeNu[#], DivisorSigma[{0, 1}, #]} &, 78] (* Michael De Vlieger, Apr 27 2022 *)
PROG
(PARI) A353276(n) = (eulerphi(n) + (numdiv(n)^omega(n)) - sigma(n));
CROSSREFS
Cf. A110087 (positions of negative terms), A110086 (of terms >= 0), A110085 (of terms > 0).
Sequence in context: A300227 A290971 A178636 * A046520 A146076 A157195
KEYWORD
sign,look
AUTHOR
Antti Karttunen, Apr 27 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 11 21:41 EDT 2024. Contains 372423 sequences. (Running on oeis4.)