OFFSET
0,1
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 5.6, p. 303.
LINKS
I. M. Gessel, B. E. Sagan, Y. N. Yeh, Enumeration of Trees By Inversions, 1999, p. 20.
EXAMPLE
0.6821555671006273161671552623790508330038681...
MATHEMATICA
mu = x /. FindRoot[x/(1-x) == 1+Log[1/(1-x)], {x, 1/2}, WorkingPrecision -> 105]; RealDigits[mu, 10, 100] // First
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, May 22 2014
STATUS
approved