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!)
A074910 Moebius function applied to A053422. 0
-1, 1, 1, 0, 0, -1, 0, -1, 0, 0, 1, -1, 0, 1, 1, 0, 0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, -1, 0, 1, -1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MAPLE
Ankst0 := proc(n); if (n=0) then RETURN(0); fi; (10^n - 1)/9; end; Ankst := proc(n); n*Ankst0(n); end; [seq(mobius(Ankst(i)), i=0..38)];
CROSSREFS
Cf. A053422.
Sequence in context: A199918 A229894 A256538 * A115356 A115359 A117906
KEYWORD
easy,sign
AUTHOR
Jani Melik, Oct 01 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 May 17 03:33 EDT 2024. Contains 372577 sequences. (Running on oeis4.)