close
login
A035155
Coefficients in expansion of Dirichlet series Product_p (1-(Kronecker(m,p)+1)*p^(-s)+Kronecker(m,p)*p^(-2s))^(-1) for m = -35.
32
1, 0, 2, 1, 1, 0, 1, 0, 3, 0, 2, 2, 2, 0, 2, 1, 2, 0, 0, 1, 2, 0, 0, 0, 1, 0, 4, 1, 2, 0, 0, 0, 4, 0, 1, 3, 0, 0, 4, 0, 0, 0, 0, 2, 3, 0, 2, 2, 1, 0, 4, 2, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 3, 1, 2, 0, 0, 2, 0, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 5
OFFSET
1,3
LINKS
FORMULA
From Amiram Eldar, Nov 17 2023: (Start)
a(n) = Sum_{d|n} Kronecker(-35, d).
Multiplicative with a(p^e) = 1 if Kronecker(-35, p) = 0 (p = 5 or 7), a(p^e) = (1+(-1)^e)/2 if Kronecker(-35, p) = -1 (p is in A191068), and a(p^e) = e+1 if Kronecker(-35, p) = 1 (p is in A191026).
Asymptotic mean: Limit_{m->oo} (1/m) * Sum_{k=1..m} a(k) = 2*Pi/sqrt(35) = 1.06205215... . (End)
MATHEMATICA
a[n_] := If[n < 0, 0, DivisorSum[n, KroneckerSymbol[-35, #] &]];
Table[a[n], {n, 1, 100}] (* G. C. Greubel, Apr 25 2018 *)
PROG
(PARI) my(m=-35); direuler(p=2, 101, 1/(1-(kronecker(m, p)*(X-X^2))-X))
(PARI) a(n) = sumdiv(n, d, kronecker(-35, d)); \\ Amiram Eldar, Nov 17 2023
CROSSREFS
Moebius transform gives A390614.
Cf. A191026 (primes decomposing in Q(sqrt(-35))), A191068 (prime remaining inert).
Dedekind zeta functions for imaginary quadratic number fields of discriminants D = -3..-47, -67, -163: A002324, A002654, A035182, A002325, A035179, A035175, A035171, A035170, A035167, A192013, A035159, this sequence, A035151, A035180, A035147, A035143, A318982, A318983.
Dedekind zeta functions for real quadratic number fields of discriminants D = 5..41: A035187, A035185, A035194, A035195, A035199, A035203, A035188, A035210, A035211, A035215, A035219, A035192, A035223.
Sequence in context: A040076 A019269 A204459 * A090584 A171400 A271592
KEYWORD
nonn,easy,mult
STATUS
approved