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!)
A035196 Coefficients in expansion of Dirichlet series Product_p (1-(Kronecker(m,p)+1)*p^(-s)+Kronecker(m,p)*p^(-2s))^(-1) for m = 14. 3

%I #12 Nov 18 2023 06:30:38

%S 1,1,0,1,2,0,1,1,1,2,2,0,2,1,0,1,0,1,0,2,0,2,0,0,3,2,0,1,0,0,2,1,0,0,

%T 2,1,0,0,0,2,0,0,2,2,2,0,2,0,1,3,0,2,0,0,4,1,0,0,0,0,2,2,1,1,4,0,2,0,

%U 0,2,0,1,0,0,0,0,2,0,0,2,1

%N Coefficients in expansion of Dirichlet series Product_p (1-(Kronecker(m,p)+1)*p^(-s)+Kronecker(m,p)*p^(-2s))^(-1) for m = 14.

%H G. C. Greubel, <a href="/A035196/b035196.txt">Table of n, a(n) for n = 1..10000</a>

%F From _Amiram Eldar_, Nov 18 2023: (Start)

%F a(n) = Sum_{d|n} Kronecker(14, d).

%F Multiplicative with a(p^e) = 1 if Kronecker(14, p) = 0 (p = 2 or 7), a(p^e) = (1+(-1)^e)/2 if Kronecker(14, p) = -1 (p is in A038886), and a(p^e) = e+1 if Kronecker(14, p) = 1 (p is in A038885 \ {2, 7}).

%F Asymptotic mean: Limit_{m->oo} (1/m) * Sum_{k=1..m} a(k) = 2*log(4*sqrt(14)+15)/(2*sqrt(14)) = 0.908710783123... . (End)

%t a[n_] := If[n < 0, 0, DivisorSum[n, KroneckerSymbol[14, #] &]]; Table[ a[n], {n, 1, 100}] (* _G. C. Greubel_, Apr 27 2018 *)

%o (PARI) my(m=14); direuler(p=2,101,1/(1-(kronecker(m,p)*(X-X^2))-X))

%o (PARI) a(n) = sumdiv(n, d, kronecker(14, d)); \\ _Amiram Eldar_, Nov 18 2023

%Y Cf. A038885, A038886.

%K nonn,easy,mult

%O 1,5

%A _N. J. A. Sloane_

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 July 30 05:15 EDT 2024. Contains 374734 sequences. (Running on oeis4.)