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!)
A062562 a(n) = Sum_{k=1..n} mu(k)*sigma(k). 0
0, 1, -2, -6, -6, -12, 0, -8, -8, -8, 10, -2, -2, -16, 8, 32, 32, 14, 14, -6, -6, 26, 62, 38, 38, 38, 80, 80, 80, 50, -22, -54, -54, -6, 48, 96, 96, 58, 118, 174, 174, 132, 36, -8, -8, -8, 64, 16, 16, 16, 16, 88, 88, 34, 34, 106, 106, 186, 276, 216, 216, 154, 250, 250, 250, 334, 190, 122, 122, 218, 74, 2, 2, -72, 42, 42, 42 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Table[Sum[MoebiusMu[k]DivisorSigma[1, k], {k, n}], {n, 0, 80}] (* Harvey P. Dale, Nov 08 2011 *)
PROG
(PARI) s=[]; for(n=0, 130, s=concat(s, sum(k=1, n, moebius(k)*sigma(k)))); s
CROSSREFS
Partial sums of A063441.
Sequence in context: A099027 A306925 A134466 * A208570 A106832 A129902
KEYWORD
sign
AUTHOR
Jason Earls, Jul 03 2001
EXTENSIONS
Corrected by Harvey P. Dale, Nov 08 2011
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 25 09:49 EDT 2024. Contains 371967 sequences. (Running on oeis4.)