The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A077600 Number of real roots for the n-th Moebius polynomial, M(n,x), which satisfies M(n,-1)=mu(n) the Moebius function of n. 6
0, 1, 2, 3, 2, 3, 2, 5, 4, 3, 2, 5, 4, 3, 4, 5, 4, 5, 2, 5, 4, 3, 2, 7, 6, 5, 6, 5, 4, 5, 4, 7, 4, 5, 4, 7, 6, 5, 6, 7, 4, 5, 4, 5, 6, 5, 4, 7, 6, 7, 6, 5, 4, 7, 4, 5, 4, 5, 4, 7, 6, 5, 8, 7, 6, 5, 6, 9, 6, 5, 4, 9, 8, 5, 8, 9, 4, 5, 4, 7, 8, 7, 4, 7, 6, 7, 6, 7, 4, 9, 4, 7, 8, 5, 6, 7, 6, 9, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
m[1, x_] = 1; m[n_, x_] := m[n, x] = 1 + Sum[x*m[k, x]*Floor[n/k], {k, 1, n-1}] // Expand; a[n_] := CountRoots[m[n, x], x]; Table[a[n], {n, 1, 99}] (* Jean-François Alcover, Sep 13 2012 *)
CROSSREFS
Sequence in context: A229708 A204895 A064652 * A120223 A282691 A346744
KEYWORD
nonn
AUTHOR
Benoit Cloitre and Paul D. Hanna, Nov 10 2002
EXTENSIONS
Typo (?) a(45)=4 replaced with 6 by Jean-François Alcover, Sep 13 2012
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 June 6 11:27 EDT 2024. Contains 373127 sequences. (Running on oeis4.)