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!)
A328640 Dirichlet g.f.: zeta(2*s) / (zeta(s) * zeta(s-3)). 3
1, -9, -28, 9, -126, 252, -344, -9, 28, 1134, -1332, -252, -2198, 3096, 3528, 9, -4914, -252, -6860, -1134, 9632, 11988, -12168, 252, 126, 19782, -28, -3096, -24390, -31752, -29792, -9, 37296, 44226, 43344, 252, -50654, 61740, 61544, 1134, -68922, -86688, -79508, -11988, -3528 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Dirichlet inverse of A065959.
LINKS
FORMULA
a(1) = 1; a(n) = -Sum_{d|n, d<n} A065959(n/d) * a(d).
a(n) = Sum_{d|n} lambda(n/d) * mu(d) * d^3, where lambda = A008836 and mu = A008683.
Multiplicative with a(p^) = (-1)^e*(p^3+1). - Amiram Eldar, Dec 03 2022
MATHEMATICA
a[1] = 1; a[n_] := -Sum[DirichletConvolve[j^3, MoebiusMu[j]^2, j, n/d] a[d], {d, Most @ Divisors[n]}]; Table[a[n], {n, 1, 45}]
Table[DivisorSum[n, LiouvilleLambda[n/#] MoebiusMu[#] #^3 &], {n, 1, 45}]
f[p_, e_] := (-1)^e*(p^3+1); a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100] (* Amiram Eldar, Dec 03 2022 *)
PROG
(PARI) a(n)={sumdiv(n, d, (-1)^bigomega(n/d)*moebius(d)*d^3)} \\ Andrew Howroyd, Oct 25 2019
CROSSREFS
Cf. A008683, A008836, A026424 (positions of negative terms), A063453, A065959, A323363, A328639.
Sequence in context: A075539 A225300 A053825 * A351266 A369721 A369759
KEYWORD
sign,mult
AUTHOR
Ilya Gutkovskiy, Oct 23 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)