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!)
A326415 Dirichlet g.f.: zeta(2*s) / zeta(s)^3. 2
1, -3, -3, 4, -3, 9, -3, -4, 4, 9, -3, -12, -3, 9, 9, 4, -3, -12, -3, -12, 9, 9, -3, 12, 4, 9, -4, -12, -3, -27, -3, -4, 9, 9, 9, 16, -3, 9, 9, 12, -3, -27, -3, -12, -12, 9, -3, -12, 4, -12, 9, -12, -3, 12, 9, 12, 9, 9, -3, 36, -3, 9, -12, 4, 9, -27, -3, -12, 9, -27, -3, -16, -3, 9, -12 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Moebius transform applied twice to A008836.
Dirichlet inverse of A048691.
LINKS
FORMULA
a(n) = Sum_{d|n} mu(n/d) * (-1)^bigomega(d) * 2^omega(d), where mu = A008683, bigomega = A001222 and omega = A001221.
a(1) = 1; a(n) = -Sum_{d|n, d<n} tau((n/d)^2) * a(d), where tau = A000005.
a(n) = Sum_{d|n} A008836(n/d) * A007427(d).
a(n) = Sum_{d|n} A010052(n/d) * A007428(d).
Multiplicative with a(p^e) = -3 if e = 1, and 4*(-1)^e otherwise. - Amiram Eldar, Oct 26 2020
b(n) = abs( a(n) ) is multiplicative with b(p) = 3 and b(p^e) = 4 for e > 1 and prime p. Its Dirichlet g.f. is: zeta(s)^3 / zeta(2*s)^2. - Werner Schulte, Jan 18 2023
MATHEMATICA
Table[Sum[MoebiusMu[n/d] (-1)^PrimeOmega[d] 2^PrimeNu[d], {d, Divisors[n]}], {n, 1, 75}]
a[n_] := If[n == 1, n, -Sum[If[d < n, DivisorSigma[0, (n/d)^2] a[d], 0], {d, Divisors[n]}]]; Table[a[n], {n, 1, 75}]
f[p_, e_] := If[e == 1, -3, (-1)^e*4]; a[1] = 1; a[n_] := Times @@ (f @@@ FactorInteger[n]); Array[a, 100] (* Amiram Eldar, Oct 26 2020 *)
CROSSREFS
Sequence in context: A267048 A350502 A326401 * A343443 A351348 A246011
KEYWORD
sign,mult,easy
AUTHOR
Ilya Gutkovskiy, Oct 18 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)