login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062984 M(C(n)), where M(n) is Mertens' function (A002321) and C(n) is Chowla's function (A048050). 1
0, 0, 0, 0, 0, -2, 0, -1, -1, -2, 0, -1, 0, -2, -2, -2, 0, -3, 0, -2, -1, -3, 0, -1, -2, -1, -2, -1, 0, -1, 0, -3, -2, -3, -2, -3, 0, -2, -1, -3, 0, -3, 0, 0, -4, -2, 0, -3, -2, -2, -3, -3, 0, 0, -1, -1, -1, -4, 0, -3, 0, -3, 0, -1, -2, -2, 0, -1, -1, -4, 0, -2, 0, 0, -3, -1, -2, -2, 0, -3, 0, -3, 0, -4, -1, -3, -4, -1, 0, -1, -3, -3, -2, -3 (list; graph; refs; listen; history; internal format)
OFFSET

1,6

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,2000

PROG

(PARI) M(n)=sum(k=1, n, moebius(k)); C(n)=sigma(n)-n-1; j=[]; for(n=1, 350, j=concat(j, M(C(n)))); j

(PARI) { for (n=1, 2000, a=sum(k=1, sigma(n) - n - 1, moebius(k)); write("b062984.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 15 2009]

CROSSREFS

Cf. A002321, A048050.

Sequence in context: A180793 A116948 A101660 * A105243 A140081 A112345

Adjacent sequences:  A062981 A062982 A062983 * A062985 A062986 A062987

KEYWORD

easy,sign

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 25 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 16:49 EST 2012. Contains 206058 sequences.