OFFSET
1,1
COMMENTS
E_1(x) = x^2 * exp(x) / (exp(x)-1)^2. - Joerg Arndt, Aug 15 2015
LINKS
Eric Weisstein's World of Mathematics, Einstein Functions
EXAMPLE
2.346941304167269025...
MATHEMATICA
E1[x_] := x^2*E^x/(E^x - 1)^2; x0 = x /. FindRoot[E1''[x] == 0, {x, 2}, WorkingPrecision -> 105]; RealDigits[x0][[1]] (* Jean-François Alcover, Oct 26 2012 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Eric W. Weisstein, Apr 11 2006
STATUS
approved