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!)
A247668 Decimal expansion of the coefficient c_v in c_v*log(N), the asymptotic variance of the number of factors in a random factorization of n <= N. 1

%I #10 Jan 17 2020 16:17:23

%S 3,0,8,4,0,3,4,4,4,6,0,8,0,7,7,0,0,1,6,3,3,6,0,7,7,2,6,1,7,4,5,8,7,9,

%T 8,6,6,7,2,0,9,4,9,6,0,5,3,6,8,8,6,0,8,4,9,6,7,2,6,4,7,6,9,9,9,8,4,0,

%U 0,0,9,3,6,0,2,2,0,0,9,2,3,6,6,4,9,5,3,8,3,2,1,5,8,1,3,5,1,9,0,0,6,7

%N Decimal expansion of the coefficient c_v in c_v*log(N), the asymptotic variance of the number of factors in a random factorization of n <= N.

%D Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 5.5. Kalmár’s Composition Constant, p. 293.

%H Steven R. Finch, <a href="http://arxiv.org/abs/2001.00578">Errata and Addenda to Mathematical Constants</a>, p. 37.

%F c_v = (-1/zeta'(rho))*(zeta''(rho)/zeta'(rho]^2 - 1), where rho = 1.728647... is A107311, the real solution to zeta(rho) = 2.

%e 0.308403444608077001633607726174587986672094960536886...

%t digits = 102; rho = x /. FindRoot[Zeta[x] == 2, {x, 2}, WorkingPrecision -> digits+5]; cv = (-1/Zeta'[rho])*(Zeta''[rho]/Zeta'[rho]^2 - 1); RealDigits[cv, 10, digits] // First

%Y Cf. A107311, A217598, A247667.

%K nonn,cons

%O 0,1

%A _Jean-François Alcover_, Sep 22 2014

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 24 07:17 EDT 2024. Contains 371920 sequences. (Running on oeis4.)