OFFSET
0,1
LINKS
Olivier Golinelli, Remote control system of a binary tree of switches - II. balancing for a perfect binary tree, arXiv:2405.16968 [cs.DM], 2024. See p. 4.
Dawei Lu and Zexi Song, Some new continued fraction estimates of the Somos' quadratic recurrence constant, Journal of Number Theory, Volume 155, October 2015, Pages 36-45.
Dawei Lu, Xiaoguang Wang, and Ruiqing Xu, Some New Exponential-Function Estimates of the Somos' Quadratic Recurrence Constant, Results in Mathematics (2019) Vol. 74, No. 1, 6.
Paul Erdős, Ronald L. Graham, Imre Z. Ruzsa and Ernst G. Straus, On the prime factors of C(2n, n), Mathematics of Computation, Vol. 29, No. 129 (1975), pp. 83-92.
Steven R. Finch, Mathematical Constants II, Encyclopedia of Mathematics and Its Applications, Cambridge University Press, Cambridge, 2018, p. 183.
Yusuke Kobayashi and Ryoga Mahara, Approximation algorithm for Steiner tree problem with neighbor-induced cost, J. Operations Res. Soc. Japan, (2023) Vol. 66, No. 1, 18-36. See p. 32.
Jörg Neunhäuserer, On the universality of Somos' constant, arXiv:2006.02882 [math.DS], 2020.
Eric Weisstein's World of Mathematics, Somos's Quadratic Recurrence Constant
Xu You and Di-Rong Chen, Improved continued fraction sequence convergent to the Somos' quadratic recurrence constant, Mathematical Analysis and Applications, Volume 436, Issue 1, 1 April 2016, Pages 513-520.
FORMULA
Sum_{n>=2} log(n)/2^n. - Jean-François Alcover, Apr 14 2014
Equals Sum_{n>=1} Lambda(n)/(2^n-1), where Lambda(n) = log(A014963(n)) is the Mangoldt function. - Amiram Eldar, Jul 07 2021
EXAMPLE
0.507833922...
MATHEMATICA
First@ RealDigits[-Derivative[1, 0][PolyLog][0, 1/2], 10, 105] (* Eric W. Weisstein, edited by Michael De Vlieger, Jan 21 2019 *)
PROG
(PARI) suminf(n=2, log(n)>>n) \\ Charles R Greathouse IV, Sep 08 2014
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Eric W. Weisstein, Feb 08 2006
STATUS
approved