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!)
A307445 Dirichlet g.f.: 1 / (zeta(s) * zeta(2*s)). 1
1, -1, -1, -1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, 1, 0, -1, 1, -1, 1, 1, 1, -1, -1, -1, 1, 1, 1, -1, -1, -1, 0, 1, 1, 1, 1, -1, 1, 1, -1, -1, -1, -1, 1, 1, 1, -1, 0, -1, 1, 1, 1, -1, -1, 1, -1, 1, 1, -1, -1, -1, 1, 1, 0, 1, -1, -1, 1, 1, -1, -1, -1, -1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
COMMENTS
Dirichlet convolution of A008966 and A007427.
Dirichlet convolution of A008683 and A271102.
LINKS
Eric Weisstein's World of Mathematics, Dirichlet Generating Function.
Wikipedia, Dirichlet series.
FORMULA
Multiplicative with a(p) = a(p^2) = -1, a(p^3) = 1, and a(p^e) = 0 for e >= 4. - Amiram Eldar, Dec 25 2022
MATHEMATICA
nmax = 100; A271102 = Table[DivisorSum[n, Abs[MoebiusMu[#]]*MoebiusMu[n/#] &], {n, 1, nmax}]; Table[DivisorSum[n, MoebiusMu[n/#]*A271102[[#]] &], {n, 1, nmax}]
nmax = 100; A007427 = Table[DivisorSum[n, MoebiusMu[#]*MoebiusMu[n/#] &], {n, 1, nmax}]; Table[DivisorSum[n, Abs[MoebiusMu[n/#]]*A007427[[#]] &], {n, 1, nmax}]
f[p_, e_] := 0; f[p_, 1] = f[p_, 2] = -1; f[p_, 3] = 1; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100] (* Amiram Eldar, Dec 25 2022 *)
PROG
(PARI) for(n=1, 100, print1(direuler(p=2, n, (1-X^2)*(1-X))[n], ", ")) \\ Vaclav Kotesovec, Jun 14 2020
CROSSREFS
Sequence in context: A167850 A167851 A340369 * A363552 A307430 A053865
KEYWORD
sign,mult
AUTHOR
Vaclav Kotesovec, Apr 08 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 May 10 17:06 EDT 2024. Contains 372388 sequences. (Running on oeis4.)