A085984 Decimal expansion of solution to e^x*(-1 + x) = (1 + x)/e^x.
1, 1, 9, 9, 6, 7, 8, 6, 4, 0, 2, 5, 7, 7, 3, 3, 8, 3, 3, 9, 1, 6, 3, 6, 9, 8, 4, 8, 6, 4, 1, 1, 4, 1, 9, 4, 4, 2, 6, 1, 4, 5, 8, 7, 8, 8, 4, 1, 8, 6, 0, 7, 2, 0, 8, 9, 1, 5, 4, 7, 7, 7, 8, 3, 9, 1, 8, 1, 2, 4, 7, 2, 5, 2, 2, 3, 8, 4, 7, 4, 7, 9, 9, 9, 9, 0, 8, 6, 9, 9, 2, 1, 4, 6, 5, 0, 9, 3, 7, 9, 8, 8
Offset: 1
Examples
1.1996786402577338339163698486411419442614587884186072...
References
- O. Carton, L. Rosaz, M. Zeitoun, Problèmes corrigés de Mathématiques posés au Concours de Mines/Ponts, Tome 5, Ellipses, 1992; Problème Mines-Ponts 1991 - Options M, P', TA - Epreuve pratique p. 125.
- Steven R. Finch, Mathematical constants, Volume 94, Encyclopedia of mathematics and its applications, Cambridge University Press, 2003, p. 268.
- Jerome Spanier and Keith B. Oldham, "Atlas of Functions", Hemisphere Publishing Corp., 1987, chapter 30, equation 30:10:9 at page 283.
Links
- G. C. Greubel, Table of n, a(n) for n = 1..5000
- Jogundas Armaitis, Molecules and Polarons in Extremely Imbalanced Fermi Mixtures, Master's Thesis, Aug 11 2011, Institute for Theoretical Physics, Utrecht University.
- Robert Ferréol, Tractrix, Mathcurve.
- D. E. Knuth, Whirlpool Permutations, May 05 2020.
- Mathematics Stack Exchange, Laplace limit constant.
- Eric Weisstein's World of Mathematics, Kepler's Equation.
- Eric Weisstein's World of Mathematics, Laplace Limit.
- Eric Weisstein's World of Mathematics, Hyperbolic Cotangent
- Wikipedia, Tractrix.
- Index entries for transcendental numbers.
Programs
-
Mathematica
RealDigits[ x /. FindRoot[ Coth[x] == x, {x, 1}, WorkingPrecision -> 102]] // First (* Jean-François Alcover, Feb 08 2013 *) 1+2 NSum[LaguerreL[n-1,1,4 n]/n Exp[-2 n],{n,1,Infinity}] // (* Aaron Hendrickson, Mar 17 2021 *)
-
PARI
solve(u=1,2,tanh(u)-1/u) /* type e.g. \p99 to get 99 digits; M. F. Hasler, Feb 01 2011 */
Formula
Equals 1 + 2*Sum_{n>=1} (Laguerre(n-1,1,4n)/n)*e^(-2n) (see Mathematics Stack Exchange in Links). - Aaron Hendrickson, Mar 17 2022
Comments