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!)
A307421 Dirichlet g.f.: zeta(s) * zeta(3*s) / zeta(2*s). 2
1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 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 A008966 and A010057.
LINKS
Vaclav Kotesovec, Graph - the asymptotic ratio.
Eric Weisstein's World of Mathematics, Dirichlet Generating Function.
Wikipedia, Dirichlet series.
FORMULA
a(n) = abs(A210826(n)).
Sum_{k=1..n} a(k) ~ 6*zeta(3)*n/Pi^2 + zeta(1/3)*n^(1/3)/zeta(2/3).
Multiplicative with a(p^e) = 0 if e == 2 (mod 3), and 1 otherwise. - Amiram Eldar, Dec 25 2022
MATHEMATICA
Table[DivisorSum[n, Boole[IntegerQ[#^(1/3)]] * Abs[MoebiusMu[n/#]]&], {n, 1, 100}]
f[p_, e_] := If[Mod[e, 3] == 2, 0, 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)/(1-X^3))[n], ", ")) \\ Vaclav Kotesovec, Jun 14 2020
CROSSREFS
Sequence in context: A014677 A307425 A210826 * A299406 A287769 A267866
KEYWORD
nonn,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 April 19 02:04 EDT 2024. Contains 371782 sequences. (Running on oeis4.)