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!)
A198560 Decimal expansion of x > 0 having 3*x^2-2*x = sin(x). 2
9, 5, 1, 8, 9, 3, 1, 0, 2, 9, 8, 1, 4, 0, 6, 3, 5, 6, 9, 5, 1, 1, 8, 5, 3, 9, 5, 7, 7, 4, 1, 9, 2, 4, 9, 5, 4, 0, 2, 1, 4, 5, 4, 6, 9, 8, 7, 8, 1, 1, 3, 4, 5, 8, 5, 4, 1, 2, 5, 7, 9, 7, 3, 1, 1, 1, 0, 8, 8, 7, 3, 2, 5, 2, 1, 6, 2, 4, 8, 8, 4, 2, 3, 7, 2, 5, 9, 6, 4, 0, 8, 7, 1, 9, 9, 5, 7, 6, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
See A198414 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
0.951893102981406356951185395774192495402145469...
MATHEMATICA
a = 3; b = -2; c = 1;
f[x_] := a*x^2 + b*x; g[x_] := c*Sin[x]
Plot[{f[x], g[x]}, {x, -.2, 1}]
r = x /. FindRoot[f[x] == g[x], {x, .95, .96}, WorkingPrecision -> 110]
RealDigits[r] (* A198560 *)
CROSSREFS
Cf. A198414.
Sequence in context: A198421 A262178 A154483 * A078887 A186170 A020827
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 26 2011
EXTENSIONS
Offset 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 14 06:35 EDT 2024. Contains 372528 sequences. (Running on oeis4.)