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!)
A199371 Decimal expansion of x>0 satisfying x^2+x*sin(x)=2. 2
1, 0, 4, 6, 1, 8, 6, 2, 2, 9, 5, 0, 6, 2, 9, 1, 9, 7, 7, 8, 9, 9, 6, 4, 8, 5, 7, 8, 3, 5, 9, 6, 9, 6, 3, 7, 9, 0, 8, 6, 7, 8, 8, 1, 2, 4, 8, 0, 0, 3, 0, 3, 7, 2, 5, 6, 6, 4, 1, 1, 9, 8, 6, 7, 3, 7, 8, 8, 6, 9, 9, 0, 5, 9, 2, 4, 3, 7, 8, 2, 2, 0, 8, 9, 8, 6, 0, 4, 9, 1, 9, 9, 0, 1, 1, 4, 3, 4, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
See A199370 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
x=1.04618622950629197789964857835969637908678...
MATHEMATICA
a = 1; b = 1; c = 2;
f[x_] := a*x^2 + b*x*Sin[x]; g[x_] := c
Plot[{f[x], g[x]}, {x, -1, Pi}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, 1.03, 1.04}, WorkingPrecision -> 110]
RealDigits[r] (* A199371 *)
CROSSREFS
Cf. A199370.
Sequence in context: A239809 A203999 A330823 * A156789 A195423 A052110
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Nov 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 April 25 09:26 EDT 2024. Contains 371967 sequences. (Running on oeis4.)