The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A307420 Dirichlet g.f.: zeta(2*s) * zeta(3*s) / zeta(s). 3
1, -1, -1, 1, -1, 1, -1, 0, 1, 1, -1, -1, -1, 1, 1, 0, -1, -1, -1, -1, 1, 1, -1, 0, 1, 1, 0, -1, -1, -1, -1, 0, 1, 1, 1, 1, -1, 1, 1, 0, -1, -1, -1, -1, -1, 1, -1, 0, 1, -1, 1, -1, -1, 0, 1, 0, 1, 1, -1, 1, -1, 1, -1, 1, 1, -1, -1, -1, 1, -1, -1, 0, -1, 1, -1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
COMMENTS
Dirichlet convolution of A008836 and A010057.
Dirichlet convolution of A210826 and A010052.
LINKS
Eric Weisstein's World of Mathematics, Dirichlet Generating Function.
Wikipedia, Dirichlet series.
FORMULA
Multiplicative with a(p^e) = 1 if e == 0 or 2 (mod 6), -1 if e == 1 (mod 6), and 0 otherwise. - Amiram Eldar, Dec 25 2022
MATHEMATICA
Table[DivisorSum[n, Boole[IntegerQ[#^(1/3)]] * LiouvilleLambda[n/#]&], {n, 1, 100}]
Table[DivisorSum[n, Mod[DivisorSigma[0, #], 3, -1] * Boole[IntegerQ[Sqrt[n/#]]] &], {n, 1, 100}]
f[p_, e_] := Switch[Mod[e, 6], 0, 1, 1, -1, 2, 1, 3, 0, 4, 0, 5, 0]; 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/((1+X)*(1-X^3)))[n], ", ")) \\ Vaclav Kotesovec, Jun 14 2020
CROSSREFS
Cf. A010052, A010057, A008836, A210826, A307425 (Dirichlet inverse).
Sequence in context: A053864 A189021 A212793 * A129667 A071374 A071025
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 June 6 00:30 EDT 2024. Contains 373110 sequences. (Running on oeis4.)