login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A074711
Moebius function applied to A000461.
0
1, 1, 0, 0, -1, 0, -1, 0, 0, 1, 0, 0, 1, -1, 0, 0, 1, 0, -1, 0, 0, 0, 1
OFFSET
0,1
MAPLE
Lkst := proc(n): round(evalf(floor(log10(10*n)))); end; Akst := proc(n): n*(10^(n*Lkst(n))-1)/(10^Lkst(n)-1); end; with(numtheory): [seq(mobius(Akst(i)), i=1..23)];
CROSSREFS
Cf. A000461.
Sequence in context: A360120 A361022 A341754 * A004585 A319448 A365428
KEYWORD
easy,sign
AUTHOR
Jani Melik, Oct 01 2002
STATUS
approved