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!)
A346615 Moebius transform of A344005. 2
1, 0, 1, 2, 3, 0, 5, 4, 6, 0, 9, -1, 11, 0, 0, 8, 15, 0, 17, -2, -1, 0, 21, 1, 20, 0, 18, -1, 27, 0, 29, 16, 0, 0, 5, -1, 35, 0, -1, 7, 39, 0, 41, -1, -2, 0, 45, -1, 42, 0, 0, -2, 51, 0, -3, -4, -1, 0, 57, 11, 59, 0, 15, 32, 10, 0, 65, -2, 0, 0, 69, -5, 71, 0, -1, -1, 6, 0, 77, -8 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
N. J. A. Sloane, Transforms.
PROG
(PARI) f(n) = my(m=1); while ((m*(m+1))%n, m++); m; \\ A344005
a(n) = sumdiv(n, d, moebius(n/d)*f(d)); \\ Michel Marcus, Aug 19 2021
CROSSREFS
Sequence in context: A090303 A277516 A322333 * A240667 A051444 A299762
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Aug 18 2021
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 September 3 05:18 EDT 2024. Contains 375649 sequences. (Running on oeis4.)