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!)
A199058 Decimal expansion of x<0 satisfying x^2+3*sin(x)=3. 3
2, 2, 9, 1, 9, 6, 5, 0, 4, 1, 2, 6, 7, 4, 2, 8, 6, 4, 9, 0, 9, 5, 1, 3, 3, 1, 1, 8, 3, 9, 4, 4, 4, 3, 3, 8, 9, 5, 3, 7, 0, 8, 4, 4, 8, 8, 9, 5, 3, 1, 5, 0, 9, 7, 9, 1, 1, 5, 2, 1, 5, 3, 3, 5, 1, 5, 4, 7, 8, 6, 1, 2, 5, 9, 9, 2, 9, 0, 7, 7, 1, 8, 0, 8, 4, 2, 3, 3, 8, 3, 5, 8, 8, 9, 2, 2, 4, 8, 9, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A198866 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
negative: -2.2919650412674286490951331183944433...
positive: 0.8564305559075611794636325387524829760...
MATHEMATICA
a = 1; b = 3; c = 3;
f[x_] := a*x^2 + b*Sin[x]; g[x_] := c
Plot[{f[x], g[x]}, {x, -3, 2}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, -2.3, -2.2}, WorkingPrecision -> 110]
RealDigits[r] (* A199058 *)
r = x /. FindRoot[f[x] == g[x], {x, .85, .86}, WorkingPrecision -> 110]
RealDigits[r] (* A199059 *)
CROSSREFS
Cf. A198866.
Sequence in context: A176020 A048650 A125313 * A274569 A082838 A074961
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Nov 02 2011
EXTENSIONS
a(98) onwards corrected by Georg Fischer, Aug 01 2021
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 17 12:26 EDT 2024. Contains 372600 sequences. (Running on oeis4.)