login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A198575 Decimal expansion of x>0 satisfying 4*x^2-3x=3*sin(x). 2
1, 3, 0, 4, 6, 3, 1, 7, 1, 0, 3, 9, 4, 7, 8, 7, 3, 7, 9, 5, 8, 7, 4, 6, 7, 0, 6, 5, 2, 3, 2, 9, 9, 3, 9, 6, 9, 3, 7, 6, 0, 7, 2, 9, 2, 1, 8, 0, 3, 6, 7, 2, 6, 1, 8, 0, 0, 6, 5, 1, 6, 2, 6, 1, 0, 6, 3, 9, 7, 0, 5, 3, 0, 3, 6, 7, 0, 5, 2, 7, 1, 3, 2, 3, 2, 6, 7, 2, 8, 3, 6, 5, 1, 8, 6, 1, 4, 4, 2
(list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A198414 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
x=1.304631710394787379587467065232993969376072...
MATHEMATICA
a = 4; b = -3; c = 3;
f[x_] := a*x^2 + b*x; g[x_] := c*Sin[x]
Plot[{f[x], g[x]}, {x, -.2, 1.5}]
r = x /. FindRoot[f[x] == g[x], {x, 1.30, 1.31}, WorkingPrecision -> 110]
RealDigits[r] (* A198575 *)
CROSSREFS
Cf. A198414.
Sequence in context: A126826 A231983 A231982 * A112256 A188720 A113792
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 27 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 16:27 EDT 2024. Contains 376000 sequences. (Running on oeis4.)