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.

A249136 Decimal expansion of the largest constant 'beta' for which there exists a solution to the differential equation y''(x)+exp(y(x))=0, with y(0)=y(beta)=0.

Original entry on oeis.org

1, 8, 7, 4, 5, 2, 1, 4, 6, 4, 0, 3, 4, 2, 6, 4, 1, 8, 7, 6, 0, 0, 3, 2, 4, 8, 2, 0, 4, 7, 0, 2, 6, 4, 1, 2, 0, 1, 4, 7, 2, 1, 9, 3, 9, 8, 9, 1, 7, 0, 5, 6, 0, 7, 4, 6, 8, 3, 7, 8, 2, 4, 8, 9, 3, 1, 6, 2, 7, 1, 0, 4, 4, 4, 7, 1, 4, 7, 3, 1, 3, 8, 8, 2, 8, 5, 6, 6, 0, 1, 8, 7, 6, 8, 7, 4, 5, 8, 2, 8, 9, 6
Offset: 1

Views

Author

Jean-François Alcover, Oct 22 2014

Keywords

Examples

			1.874521464034264187600324820470264120147219398917056...
		

Crossrefs

Programs

  • Mathematica
    lambda = x /. FindRoot[x*Exp[Sqrt[1 + x^2]]/(1 + Sqrt[1 + x^2]) == 1, {x, 1}, WorkingPrecision -> 102]; beta = Sqrt[8]*lambda; RealDigits[beta] // First

Formula

beta = sqrt(8)*lambda, where lambda is A033259, the Laplace limit constant 0.66274...
Equals sqrt(A248916). - Hugo Pfoertner, Dec 19 2024