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!)
A198431 Decimal expansion of x>0 having x^2-3x=sin(x). 2
3, 0, 3, 5, 0, 4, 0, 8, 2, 2, 4, 3, 8, 0, 4, 8, 8, 4, 6, 8, 6, 7, 1, 2, 3, 0, 7, 0, 9, 6, 4, 8, 2, 3, 7, 8, 0, 6, 0, 1, 5, 8, 8, 8, 1, 0, 7, 1, 5, 5, 2, 2, 2, 8, 5, 3, 9, 0, 3, 6, 8, 9, 6, 4, 8, 2, 0, 9, 9, 4, 8, 0, 8, 1, 5, 2, 9, 5, 4, 8, 2, 9, 3, 9, 5, 3, 0, 9, 5, 9, 8, 8, 1, 8, 3, 3, 7, 5, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A198414 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
x=3.0350408224380488468671230709648237806015888...
MATHEMATICA
a = 1; b = -3; c = 1;
f[x_] := a*x^2 + b*x; g[x_] := c*Sin[x]
Plot[{f[x], g[x]}, {x, -.2, 3.5}]
r = x /. FindRoot[f[x] == g[x], {x, 3.0, 3.1}, WorkingPrecision -> 110]
RealDigits[r] (* A198431 *)
CROSSREFS
Cf. A198414.
Sequence in context: A222690 A222794 A127749 * A138188 A229704 A014715
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 25 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 16 16:09 EDT 2024. Contains 371749 sequences. (Running on oeis4.)