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!)
A323911 Sum of deficiency of n (A033879) and its Dirichlet inverse. 7
2, 0, 0, 1, 0, 4, 0, 1, 4, 8, 0, -2, 0, 12, 16, 1, 0, -2, 0, 0, 24, 20, 0, -8, 16, 24, 12, 2, 0, -28, 0, 1, 40, 32, 48, -15, 0, 36, 48, -6, 0, -36, 0, 6, 16, 44, 0, -20, 36, 6, 64, 8, 0, -12, 80, -4, 72, 56, 0, -46, 0, 60, 28, 1, 96, -52, 0, 12, 88, -44, 0, -39, 0, 72, 28, 14, 120, -60, 0, -18, 37, 80, 0, -58, 128, 84, 112, 0, 0, -52, 144, 18 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A033879(n) + A323910(n).
PROG
(PARI)
up_to = 16384;
DirInverse(v) = { my(u=vector(#v)); u[1] = (1/v[1]); for(n=2, #v, u[n] = -sumdiv(n, d, if(d<n, v[n/d]*u[d], 0))); (u) }; \\ Compute the Dirichlet inverse of the sequence given in input vector v.
A033879(n) = (2*n-sigma(n));
v323910 = DirInverse(vector(up_to, n, A033879(n)));
A323910(n) = v323910[n];
A323911(n) = (A033879(n)+A323910(n));
CROSSREFS
Sequence in context: A353336 A349126 A340188 * A322581 A347083 A209915
KEYWORD
sign
AUTHOR
Antti Karttunen, Feb 12 2019
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 April 17 22:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)