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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084237 a(n) = M(10^n), where M(n) is Mertens's function. 4
1, -1, 1, 2, -23, -48, 212, 1037, 1928, -222, -33722, -87856, 62366, 599582, -875575, -3216373, -3195437, -21830259 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

LINKS

B. Boncompagni, Selected values of the Mertens function

Eric Weisstein's World of Mathematics, Mertens Function

FORMULA

Mertens's function: Sum_{1<=k<=n} mu(k), where mu = Moebius function (A008683).

MATHEMATICA

s = 0; i = 1; Do[ While[i <= 10^n, s = s + MoebiusMu[i]; i++ ]; Print[s], {n, 0, 50}]

CROSSREFS

Cf. A002321.

Sequence in context: A049592 A057621 A074809 * A106928 A070934 A031915

Adjacent sequences:  A084234 A084235 A084236 * A084238 A084239 A084240

KEYWORD

sign

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), May 15 2003

EXTENSIONS

More terms from Eric Weisstein (eric(AT)weisstein.com), Jun 27, 2003

a(17) from Bernardo Boncompagni (redgolpe(AT)redgolpe.com), Jul 06 2011

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 12 18:43 EST 2012. Contains 205432 sequences.