login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A249137 Decimal expansion of the derivative y'(0) where y(x) is the solution to the differential equation y''(x)+exp(y(x))=0, with y(0)=y(beta)=0 and beta maximum (beta = A249136). 0

%I #10 Jan 17 2020 16:21:39

%S 2,1,3,3,8,7,7,9,3,9,9,1,5,0,6,1,1,1,9,8,0,7,2,4,4,6,7,7,4,0,1,8,5,2,

%T 9,1,9,2,2,8,9,6,2,3,8,5,3,7,9,6,4,6,8,6,1,7,7,7,2,3,4,5,9,2,7,1,9,0,

%U 6,1,1,7,5,5,7,7,4,9,9,0,3,8,1,5,7,5,2,3,9,9,3,3,7,4,7,3,2,9,4,3,3,5,6

%N Decimal expansion of the derivative y'(0) where y(x) is the solution to the differential equation y''(x)+exp(y(x))=0, with y(0)=y(beta)=0 and beta maximum (beta = A249136).

%H Steven R. Finch, <a href="http://arxiv.org/abs/2001.00578">Errata and Addenda to Mathematical Constants</a>, p. 32.

%H Eric Weisstein's MathWorld, <a href="http://mathworld.wolfram.com/LaplaceLimit.html">Laplace Limit.</a>

%F y'(0) = sqrt(2)*sinh(sqrt(lambda^2 + 1)), where lambda is A033259, the Laplace limit constant 0.66274...

%e 2.13387793991506111980724467740185291922896238537964686...

%t digits = 103; lambda = x /. FindRoot[x*Exp[Sqrt[1 + x^2]]/(1 + Sqrt[1 + x^2]) == 1, {x, 1}, WorkingPrecision -> digits+5]; mu = Sqrt[lambda^2 + 1]; RealDigits[Sqrt[2]*Sinh[mu], 10, digits] // First

%Y Cf. A033259, A085984, A248916, A249136.

%K nonn,cons,easy

%O 1,1

%A _Jean-François Alcover_, Oct 22 2014

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 03:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)