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!)
A201929 Decimal expansion of the greatest x satisfying x^2+4x+4=e^x. 4
3, 3, 5, 6, 6, 9, 3, 9, 8, 0, 0, 3, 3, 3, 2, 1, 3, 0, 6, 8, 2, 5, 7, 6, 9, 0, 2, 4, 1, 8, 9, 0, 4, 6, 1, 6, 9, 6, 4, 8, 9, 1, 7, 5, 3, 0, 7, 0, 3, 2, 0, 4, 4, 3, 2, 7, 9, 6, 6, 8, 3, 7, 3, 6, 7, 9, 8, 0, 9, 5, 2, 9, 1, 3, 7, 1, 4, 2, 6, 8, 7, 3, 9, 9, 4, 9, 3, 9, 6, 4, 8, 3, 7, 6, 2, 4, 1, 2, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A201741 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
least: -2.3143699029676280191739133920...
nearest to 0: -1.536078094026931130511...
greatest: 3.35669398003332130682576902...
MATHEMATICA
a = 1; b = 4; c = 4;
f[x_] := a*x^2 + b*x + c; g[x_] := E^x
Plot[{f[x], g[x]}, {x, -3, 3.5}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, -2.4, -2.3}, WorkingPrecision -> 110]
RealDigits[r] (* A201927 *)
r = x /. FindRoot[f[x] == g[x], {x, -1.6, -1.5}, WorkingPrecision -> 110]
RealDigits[r] (* A201928 *)
r = x /. FindRoot[f[x] == g[x], {x, 3.3, 3.4}, WorkingPrecision -> 110]
RealDigits[r] (* A201929 *)
CROSSREFS
Cf. A201741.
Sequence in context: A088564 A161560 A078796 * A079789 A131209 A116592
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Dec 06 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 July 16 18:33 EDT 2024. Contains 374358 sequences. (Running on oeis4.)