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!)
A071760 Denominators of record absolute values of partial sums of Sum (mu(n)/n). 1
2, 6, 30, 105, 2310, 58644190679703485491635, 5364750833138837555449767529261714317873456270532298668855 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(1) = 2 because the first minimum of sum(mu(n)/n), n>1, is 1-1/2 = 1/(2).
LINKS
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, denominator( t)), )); v
CROSSREFS
Cf. A071759.
Sequence in context: A034501 A203461 A071758 * A304579 A036752 A065563
KEYWORD
nonn,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 May 7 03:41 EDT 2024. Contains 372300 sequences. (Running on oeis4.)