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!)
A070891 Denominator of Sum_{k=1..n} mu(k)/k when it changes sign. 6
30, 15, 105, 210, 2310, 5005, 1616615, 9699690, 223092870, 111546435, 2156564410, 100280245065, 3710369067405, 7420738134810, 6541380665835015 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) t = 0; v = []; for( n = 1, 80, t1 = t; t = t + moebius( n) / n; if( t * t1 < 0, v = concat( v, denominator( t)), )); v
CROSSREFS
Sequence in context: A070657 A089332 A040873 * A033971 A193220 A040872
KEYWORD
nonn,frac
AUTHOR
Donald S. McDonald, May 17 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 April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)