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!)
A070890 Numerator of Sum_{k=1..n} mu(k)/k when it changes sign. 1
-1, 2, -1, 19, -1, 304, -81988, 410857, -249979, 4165258, -65721449, 2562470143, -5468849774, 184344882947, -137190436674212, 10026981687881, -12611493192339623, 519973962150962777, -8549627883788520181, 1874648830674470878723, -200643437220052588790575, 877316785444551755504875 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(1)= -1 because numerator first sign change is 1-1/2-1/3-1/5= > (-1)/30 <0.
a(2)= 2 because next sign change is -1/30+1/6 = 2/15, reverts to positive.
PROG
(PARI) t = 0; v = []; for( n = 1, 120, t1 = t; t = t + moebius(n) / n; if( t * t1 < 0, v = concat( v, numerator( t)), )); v
CROSSREFS
Sequence in context: A266010 A349960 A181870 * A123907 A367971 A013016
KEYWORD
frac,sign,easy
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 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)