login
This site is supported by donations 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. 2
30, 15, 105, 210, 2310, 5005, 1616615, 9699690, 223092870, 111546435, 2156564410, 100280245065, 3710369067405, 7420738134810, 6541380665835015 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

PARI: t = 0; v = []; for( n = 1, 80, t1 = t; t = t + mu( n) / n; if( t * t1 < 0, v = concat( v, denom( t)), )); v

CROSSREFS

Cf. A070890, A070888, A070889.

Sequence in context: A070657 A089332 A040873 * A033971 A193220 A040872

Adjacent sequences:  A070888 A070889 A070890 * A070892 A070893 A070894

KEYWORD

nonn,frac

AUTHOR

Donald S McDonald (don.mcdonald(AT)paradise.net.nz), May 17 2002.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 21:13 EST 2012. Contains 206085 sequences.