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!)
A323913 Sum of A083254 (2*phi(n) - n) and its Dirichlet inverse. 3
2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 6, 0, 0, -4, 0, 0, 10, 0, 0, 0, 9, 0, 5, 0, 0, -16, 0, 0, 18, 0, 30, -4, 0, 0, 22, 0, 0, -24, 0, 0, 11, 0, 0, 0, 25, -12, 30, 0, 0, -18, 54, 0, 34, 0, 0, -24, 0, 0, 21, 0, 66, -40, 0, 0, 42, -32, 0, 0, 0, 0, 9, 0, 90, -48, 0, 0, 19, 0, 0, -40, 90, 0, 54, 0, 0, -38, 110, 0, 58, 0, 102, 0, 0, -20 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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.
A083254(n) = (2*eulerphi(n)-n);
v323912 = DirInverse(vector(up_to, n, A083254(n)));
A323912(n) = v323912[n];
A323913(n) = (A083254(n)+A323912(n));
CROSSREFS
Sequence in context: A010103 A086078 A353462 * A014082 A322583 A351439
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)