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!)
A318441 a(n) = Sum_{d|n} [moebius(n/d) > 0]*A033879(d). 5
1, 1, 2, 1, 4, 1, 6, 1, 5, 3, 10, -3, 12, 5, 7, 1, 16, -1, 18, -1, 11, 9, 22, -11, 19, 11, 14, 1, 28, -5, 30, 1, 19, 15, 23, -19, 36, 17, 23, -9, 40, -3, 42, 5, 14, 21, 46, -27, 41, 11, 31, 7, 52, -7, 39, -7, 35, 27, 58, -45, 60, 29, 24, 1, 47, 1, 66, 11, 43, 7, 70, -55, 72, 35, 30, 13, 59, 3, 78, -25, 41, 39, 82, -51, 63, 41, 55, -3, 88 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = Sum_{d|n} [A008683(n/d) == 1]*A033879(d).
a(n) = A291784(n) - A318325(n).
A083254(n) = a(n) - A318442(n).
PROG
(PARI) A318441(n) = sumdiv(n, d, (1==moebius(n/d))*(d+d-sigma(d)));
CROSSREFS
Sequence in context: A329641 A329638 A322036 * A161510 A329379 A328479
KEYWORD
sign
AUTHOR
Antti Karttunen, Aug 26 2018
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 14 23:22 EDT 2024. Contains 372535 sequences. (Running on oeis4.)