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!)
A079538 a(n) = sigma[k](n) - phi(n)^k - d(n)^k for k=2. 3
-1, 0, 2, 8, 6, 30, 10, 53, 46, 98, 18, 158, 22, 198, 180, 252, 30, 383, 34, 446, 340, 494, 42, 722, 242, 690, 480, 870, 54, 1172, 58, 1073, 804, 1178, 708, 1686, 70, 1470, 1108, 1890, 78, 2292, 82, 2126, 1754, 2150, 90, 3054, 678, 2819, 1860, 2958, 102, 3712, 1556, 3610 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
It is known that a(n) >= 0 for n >= 2.
REFERENCES
D. S. Mitrinovic et al., Handbook of Number Theory, Kluwer, p. 10.
LINKS
FORMULA
a(n) = 2*n - 4 for prime n. - T. D. Noe, Dec 19 2006
MATHEMATICA
Table[DivisorSigma[2, n] - EulerPhi[n]^2 - DivisorSigma[0, n]^2, {n, 80}] (* G. C. Greubel, Jan 15 2019 *)
PROG
(PARI) vector(80, n, sigma(n, 2) - eulerphi(n)^2 - numdiv(n)^2) \\ G. C. Greubel, Jan 15 2019
(Magma) [DivisorSigma(2, n) - EulerPhi(n)^2 - DivisorSigma(0, n)^2: n in [1..80]]; // G. C. Greubel, Jan 15 2019
(Sage) [sigma(n, 2) - euler_phi(n)^2 - sigma(n, 0)^2 for n in (1..80)] # G. C. Greubel, Jan 15 2019
CROSSREFS
Sequence in context: A069895 A370925 A085590 * A098221 A343101 A334519
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 04:31 EDT 2024. Contains 371767 sequences. (Running on oeis4.)