OFFSET
1,1
LINKS
T. D. Noe, Table of n, a(n) for n = 1..1000
EXAMPLE
M(31) = -4 and that is the first one, so a(4) = 31.
MATHEMATICA
s=0; t=0; Do[s=s+MoebiusMu[n]; If[s<t, t=s; Print[n]], {n, 1, 24100}] (* Robert G. Wilson v, Jul 03 2000 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved