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!)
A355837 Dirichlet inverse of A322327. 2
1, -2, -2, 0, -2, 4, -2, 2, 0, 4, -2, 0, -2, 4, 4, 0, -2, 0, -2, 0, 4, 4, -2, -4, 0, 4, 2, 0, -2, -8, -2, -2, 4, 4, 4, 0, -2, 4, 4, -4, -2, -8, -2, 0, 0, 4, -2, 0, 0, 0, 4, 0, -2, -4, 4, -4, 4, 4, -2, 0, -2, 4, 0, 0, 4, -8, -2, 0, 4, -8, -2, 0, -2, 4, 0, 0, 4, -8, -2, 0, 0, 4, -2, 0, 4, 4, 4, -4, -2, 0, 4, 0, 4, 4, 4, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = 2 * (e mod 2) * (-1)^((e+1)/2) for prime p and e>0.
a(1) = 1, and for n > 1, a(n) = -Sum_{d|n, d<n} A322327(n/d) * a(d).
Dirichlet g.f.: zeta(4*s)/(zeta(s)^2*zeta(2*s)). - Amiram Eldar, Dec 29 2022
MATHEMATICA
f[p_, e_] := 2 * (-1)^((e + 1)/2) * Mod[e, 2]; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100] (* Amiram Eldar, Jul 19 2022 *)
PROG
(PARI) A355837(n) = factorback(apply(e -> 2*(e%2)*((-1)^((1+e)/2)), factor(n)[, 2]));
CROSSREFS
Cf. A322327.
Sequence in context: A226177 A159916 A159286 * A372470 A261277 A006462
KEYWORD
sign,mult
AUTHOR
Antti Karttunen, Jul 19 2022, based on Werner Schulte's comment in A322327.
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 August 17 11:18 EDT 2024. Contains 375209 sequences. (Running on oeis4.)