The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A071759 Consider sequence b(m) = | Sum_{k=1..m} mu(k)/k |; sequence gives numerators of record low values of b(m). 1
1, 1, -1, -1, -1, -8549627883788520181, 774925721037986124275366676266697490065342673242708598 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,6
COMMENTS
a(4) = (-1) because the initial minimal magnitudes of harmonic series are: 1, 1/2, 1/6, (-1)/30.
LINKS
PROG
(PARI) t = 0; t1 = 1; v = []; for( n = 1, 200, t = t + mu( n) / n; if( ( t / t1)^2 < 1, t1 = t; v = concat( v, numer( t)), )); v
CROSSREFS
Cf. A071760.
Sequence in context: A213529 A187714 A222534 * A364363 A215876 A095435
KEYWORD
sign,frac
AUTHOR
Donald S. McDonald, May 18 2002
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 June 1 12:42 EDT 2024. Contains 373023 sequences. (Running on oeis4.)