login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071758 Successive minima of partial sum of harmonic series Sum (mu(n)/n) are approximately 1/a(n). 0
2, 6, -30, -105, -2310, -6860, 6922, -6955, -7021, -192857, -201094, -220036, -679269, -736738, -762102, -2538828, -2621491, -3325700, -6146329, -9601104, -9659740, -10027087, -10355141, -220990748 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3) = 30 because the third successive minimum is (1 - 1/2 - 1/3 - 1/5) = -1/(30).
PROG
(PARI) t = 0.; t1 = 1; v = []; for( n = 1, 200, t = t + moebius(n)/n; if( ( t/t1)^2 < 1, t1 = t; v = concat( v, floor( 1/t)), )); v
CROSSREFS
Cf. A008683.
Sequence in context: A335396 A034501 A203461 * A071760 A304579 A036752
KEYWORD
sign
AUTHOR
Donald S. McDonald, May 18 2002
EXTENSIONS
More terms from Donald S. McDonald, verified by Sean A. Irvine, Sep 30 2018
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 December 4 02:35 EST 2023. Contains 367541 sequences. (Running on oeis4.)