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

%I #8 May 11 2023 18:19:24

%S 30,15,105,210,2310,5005,1616615,9699690,223092870,111546435,

%T 2156564410,100280245065,3710369067405,7420738134810,6541380665835015

%N Denominator of Sum_{k=1..n} mu(k)/k when it changes sign.

%o (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

%Y Cf. A070890, A070888, A070889.

%K nonn,frac

%O 1,1

%A _Donald S. McDonald_, May 17 2002

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 August 15 12:04 EDT 2024. Contains 375173 sequences. (Running on oeis4.)