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!)
A084235 Smallest k such that |M(k)| = 2^n, where M(x) is Mertens's function A002321. 0

%I #25 Aug 18 2014 12:05:51

%S 1,5,31,199,1637,8507,24110,95961,355541,1786062,6473791,30649362,

%T 109851909,456774199,2589994747,7613644886,37725066313,108500046711

%N Smallest k such that |M(k)| = 2^n, where M(x) is Mertens's function A002321.

%D Karl Sabbagh, The Riemann Hypothesis, The Greatest Unsolved Problem in Mathematics, Farrar, Straus and Giroux, New York, 2002, page 191.

%t i = s = 0; Do[ While[ Abs[s] < 2^n, s = s + MoebiusMu[i]; i++ ]; Print[i - 1], {n, 0, 25}]

%Y Cf. A051402, A084234.

%K nonn,more

%O 1,2

%A _Robert G. Wilson v_, May 13 2003

%E Definition corrected by _L. Edson Jeffery_, Mar 18 2013

%E a(15)-a(18) by Ashley Jordan and _Luke March_, Jul 22 2014

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 18:36 EDT 2024. Contains 371781 sequences. (Running on oeis4.)