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!)
A318442 a(n) = Sum_{d|n} [moebius(n/d) < 0]*A033879(d). 6
0, 1, 1, 1, 1, 3, 1, 1, 2, 5, 1, 1, 1, 7, 6, 1, 1, 5, 1, 3, 8, 11, 1, -3, 4, 13, 5, 5, 1, 9, 1, 1, 12, 17, 10, -7, 1, 19, 14, -1, 1, 15, 1, 9, 11, 23, 1, -11, 6, 21, 18, 11, 1, 11, 14, 1, 20, 29, 1, -17, 1, 31, 15, 1, 16, 27, 1, 15, 24, 29, 1, -31, 1, 37, 25, 17, 16, 33, 1, -9, 14, 41, 1, -15, 20, 43, 30, 5, 1, -1, 18, 21, 32, 47, 22, -27, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) = Sum_{d|n} [A008683(n/d) == 1]*A033879(d).
a(n) = A318320(n) - A318326(n).
A083254(n) = A318441(n) - a(n).
PROG
(PARI) A318442(n) = sumdiv(n, d, (-1==moebius(n/d))*(d+d-sigma(d)));
CROSSREFS
Sequence in context: A221978 A035254 A143934 * A086639 A204165 A329473
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 15 08:26 EDT 2024. Contains 372538 sequences. (Running on oeis4.)