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!)
A307427 Dirichlet g.f.: zeta(3*s) / (zeta(s) * zeta(2*s)). 1

%I #17 Dec 25 2022 02:11:49

%S 1,-1,-1,-1,-1,1,-1,2,-1,1,-1,1,-1,1,1,-1,-1,1,-1,1,1,1,-1,-2,-1,1,2,

%T 1,-1,-1,-1,-1,1,1,1,1,-1,1,1,-2,-1,-1,-1,1,1,1,-1,1,-1,1,1,1,-1,-2,1,

%U -2,1,1,-1,-1,-1,1,1,2,1,-1,-1,1,1,-1,-1,-2,-1,1

%N Dirichlet g.f.: zeta(3*s) / (zeta(s) * zeta(2*s)).

%C Dirichlet convolution of A210826 and A271102.

%C Dirichlet convolution of A307424 and A008683.

%H Vaclav Kotesovec, <a href="/A307427/b307427.txt">Table of n, a(n) for n = 1..10000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/DirichletGeneratingFunction.html">Dirichlet Generating Function</a>.

%H Wikipedia, <a href="https://en.wikipedia.org/wiki/Dirichlet_series">Dirichlet series</a>.

%F Multiplicative with a(p^e) = 2 if e == 0 (mod 3), and -1 otherwise. - _Amiram Eldar_, Dec 25 2022

%t nmax = 100; A271102 = Table[DivisorSum[n, Abs[MoebiusMu[#]] * MoebiusMu[n/#] &], {n, 1, nmax}]; Table[DivisorSum[n, Mod[DivisorSigma[0, n/#], 3, -1] * A271102[[#]] &], {n, 1, nmax}]

%t nmax = 100; A307424 = Table[DivisorSum[n, Abs[MoebiusMu[#]] * Mod[DivisorSigma[0, n/#], 3, -1]&], {n, 1, nmax}]; Table[DivisorSum[n, MoebiusMu[#] * A307424[[n/#]] &], {n, 1, nmax}]

%t f[p_, e_] := If[Divisible[e, 3], 2, -1]; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100] (* _Amiram Eldar_, Dec 25 2022 *)

%o (PARI) for(n=1, 100, print1(direuler(p=2, n, (1-X)*(1-X^2)/(1-X^3))[n], ", ")) \\ _Vaclav Kotesovec_, Jun 14 2020

%Y Cf. A008683, A010057, A210826, A271102, A307424.

%K sign,mult

%O 1,8

%A _Vaclav Kotesovec_, Apr 08 2019

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 23 14:49 EDT 2024. Contains 371914 sequences. (Running on oeis4.)