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!)
A328639 Dirichlet g.f.: zeta(2*s) / (zeta(s) * zeta(s-2)). 3
1, -5, -10, 5, -26, 50, -50, -5, 10, 130, -122, -50, -170, 250, 260, 5, -290, -50, -362, -130, 500, 610, -530, 50, 26, 850, -10, -250, -842, -1300, -962, -5, 1220, 1450, 1300, 50, -1370, 1810, 1700, 130, -1682, -2500, -1850, -610, -260, 2650, -2210, -50, 50, -130 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Dirichlet inverse of A065958.
LINKS
FORMULA
a(1) = 1; a(n) = -Sum_{d|n, d<n} A065958(n/d) * a(d).
a(n) = Sum_{d|n} lambda(n/d) * mu(d) * d^2, where lambda = A008836 and mu = A008683.
Multiplicative with a(p^e) = (-1)^e*(p^2 + 1). - Amiram Eldar, Nov 30 2020
MATHEMATICA
a[1] = 1; a[n_] := -Sum[DirichletConvolve[j^2, MoebiusMu[j]^2, j, n/d] a[d], {d, Most @ Divisors[n]}]; Table[a[n], {n, 1, 50}]
Table[DivisorSum[n, LiouvilleLambda[n/#] MoebiusMu[#] #^2 &], {n, 1, 50}]
f[p_, e_] := (-1)^e*(p^2 + 1); a[1] = 1; a[n_] := Times @@ (f @@@ FactorInteger[n]); Array[a, 100] (* Amiram Eldar, Nov 30 2020 *)
PROG
(PARI) a(n)={sumdiv(n, d, (-1)^bigomega(n/d)*moebius(d)*d^2)} \\ Andrew Howroyd, Oct 25 2019
CROSSREFS
Cf. A008683, A008836, A026424 (positions of negative terms), A046970, A065958, A323363, A328640.
Sequence in context: A285585 A205854 A005093 * A351265 A369718 A365479
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)