cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A307951 Decimal expansion of 1 - log(2)/log(-W(-2/e^2)), where W is Lambert's W function.

This page as a plain text file.
%I A307951 #22 Jan 24 2025 00:32:35
%S A307951 1,7,6,9,7,5,5,4,9,5,5,6,4,8,0,1,2,8,0,0,5,9,5,6,1,4,5,7,9,0,5,7,8,6,
%T A307951 6,8,3,5,2,2,2,5,1,5,1,3,0,8,8,9,7,8,6,3,0,1,5,5,1,0,1,6,8,9,6,1,4,4,
%U A307951 1,5
%N A307951 Decimal expansion of 1 - log(2)/log(-W(-2/e^2)), where W is Lambert's W function.
%C A307951 Chang shows that a constant population of n individuals, with ancestors selected uniformly at random, converges in probability to a state where every individual leaves either no current ancestors or else is a common ancestor of all present individuals after k*log_2(n) generations, where k is this constant (see Theorem 2 in Chang link for precise statement).
%H A307951 Joseph T. Chang, <a href="http://www.stat.yale.edu/~jtc5/papers/Ancestors.pdf">Recent common ancestors of all present-day individuals</a>, Advances in Applied Probability Vol. 31, No. 4 (Dec., 1999), pp. 1002-1026.
%H A307951 James Grime and Brady Haran, <a href="https://www.youtube.com/watch?v=Fm0hOex4psA">EVERY baby is a ROYAL baby</a>, Numberphile video (2019).
%H A307951 Douglas L. T. Rohde, Steve Olson, and Joseph T. Chang, <a href="http://www.stat.yale.edu/~jtc5/papers/CommonAncestors/NatureCommonAncestors-Article.pdf">Modelling the recent common ancestry of all living humans</a>, Nature Vol. 431, No. 7008 (Sep. 2004), pp. 562-566.
%e A307951 1.769755495564801280059561457905786683522251513088978630155101689614415...
%e A307951 A population of 1000 is expected to have identical ancestors after around k*log_2(1000) = 17.6... generations.
%e A307951 A population of a million is expected to have identical ancestors after around k*log_2(10^6) = 35.2... generations.
%e A307951 A population of a billion is expected to have identical ancestors after around k*log_2(10^9) = 52.9... generations.
%e A307951 A population of a trillion is expected to have identical ancestors after around k*log_2(10^12) = 70.5... generations.
%t A307951 RealDigits[1 - Log[2]/Log[-ProductLog[-2/E^2]], 10, 120][[1]] (* _Amiram Eldar_, Jun 27 2023 *)
%o A307951 (PARI) 1 - log(2)/log(-lambertw(-2/exp(2))) \\ _Charles R Greathouse IV_, Jan 24 2025
%Y A307951 Cf. A106533, A226775.
%K A307951 nonn,cons
%O A307951 1,2
%A A307951 _Charles R Greathouse IV_, May 07 2019