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!)
A082812 Positions of sign changes in running sum of mu(k)/k: n such that sign(Sum(k=1..n; mu(k)/k)) <> sign(Sum(k=1..n+1; mu(k)/k)). 0
4, 5, 6, 9, 10, 14, 18, 21, 22, 25, 29, 34, 36, 37, 42, 45, 46, 56, 60, 61, 70, 76, 77, 86, 88, 90, 104, 105, 106, 122, 126, 128, 129, 133, 136, 142, 172, 177, 178, 209, 210, 212, 245, 246, 257, 258, 270, 304, 306, 308, 309, 326, 373, 376, 378, 380, 384, 385, 388, 389 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
The running sums of mu(k)/k are 1, 1/2, 1/6, 1/6, -(1/30), 2/15, -(1/105), -(1/105), so the 4th, 5th and 6th terms precede a sign change.
MATHEMATICA
cum=0; res={}; Do[cum += MoebiusMu[k]/k; If[Sign[cum+MoebiusMu[k+1]/(k+1)] =!= Sign[cum], AppendTo[res, k]], {k, 1, 1000}]; res
CROSSREFS
Sequence in context: A328173 A223138 A287676 * A255634 A075903 A029942
KEYWORD
easy,nonn
AUTHOR
Wouter Meeussen, May 24 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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)