The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A201768 Decimal expansion of the greatest x satisfying 10-x^2=e^x. 3
1, 8, 7, 1, 4, 4, 6, 4, 4, 9, 8, 4, 6, 8, 0, 6, 5, 6, 5, 2, 9, 1, 1, 4, 0, 4, 5, 6, 5, 0, 4, 1, 7, 2, 3, 7, 6, 2, 2, 9, 5, 9, 5, 6, 2, 1, 9, 7, 0, 1, 7, 6, 6, 6, 4, 1, 0, 2, 7, 7, 0, 1, 4, 1, 5, 5, 0, 1, 3, 6, 6, 8, 3, 3, 5, 0, 0, 9, 1, 5, 8, 7, 5, 2, 4, 9, 3, 6, 5, 2, 1, 0, 8, 9, 4, 4, 3, 4, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A201741 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
least: -3.1555323307963464469323033192658407000...
greatest: 1.87144644984680656529114045650417237...
MATHEMATICA
a = -1; b = 0; c = 10;
f[x_] := a*x^2 + b*x + c; g[x_] := E^x
Plot[{f[x], g[x]}, {x, -4, 3}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, -3.2, -3.1}, WorkingPrecision -> 110]
RealDigits[r] (* A201767 *)
r = x /. FindRoot[f[x] == g[x], {x, 1.8, 1.9}, WorkingPrecision -> 110]
RealDigits[r] (* A201768 *)
CROSSREFS
Cf. A201741.
Sequence in context: A362122 A255699 A343965 * A019814 A010528 A016583
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Dec 05 2011
STATUS
approved

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 May 14 03:08 EDT 2024. Contains 372528 sequences. (Running on oeis4.)