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!)
A079536 a(n) = phi(n)*d(n) - sigma(n). 3
0, -1, 0, -1, 2, -4, 4, 1, 5, -2, 8, -4, 10, 0, 8, 9, 14, -3, 16, 6, 16, 4, 20, 4, 29, 6, 32, 16, 26, -8, 28, 33, 32, 10, 48, 17, 34, 12, 40, 38, 38, 0, 40, 36, 66, 16, 44, 36, 69, 27, 56, 46, 50, 24, 88, 72, 64, 22, 56, 24, 58, 24, 112, 97, 108, 16, 64, 66, 80, 48, 68, 93, 70, 30, 116, 76, 144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
It is known that a(n) >= 0 if n is odd
REFERENCES
D. S. Mitrinovic et al., Handbook of Number Theory, Kluwer, p. 10.
LINKS
MATHEMATICA
Table[EulerPhi[n]*DivisorSigma[0, n] - DivisorSigma[1, n], {n, 1, 80}] (* G. C. Greubel, Jan 14 2019 *)
PROG
(PARI) vector(80, n, eulerphi(n)*sigma(n, 0) - sigma(n, 1)) \\ G. C. Greubel, Jan 14 2019
(Magma) [EulerPhi(n)*DivisorSigma(0, n) - DivisorSigma(1, n): n in [1..80]]; // G. C. Greubel, Jan 14 2019
(Sage) [euler_phi(n)*sigma(n, 0) - sigma(n, 1) for n in (1..80)] # G. C. Greubel, Jan 14 2019
CROSSREFS
Sequence in context: A243278 A307059 A328412 * A058923 A107500 A108620
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Jan 23 2003
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 April 18 03:01 EDT 2024. Contains 371767 sequences. (Running on oeis4.)