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!)
A198576 Decimal expansion of x > 0 satisfying 4*x^2-3*x = 4*sin(x). 2
1, 4, 3, 8, 9, 2, 8, 0, 8, 7, 7, 2, 6, 5, 9, 7, 5, 5, 5, 0, 1, 0, 4, 7, 7, 7, 9, 9, 0, 0, 1, 5, 2, 7, 9, 9, 9, 5, 4, 8, 2, 0, 5, 2, 7, 9, 5, 3, 8, 2, 7, 1, 2, 6, 2, 9, 7, 9, 9, 0, 4, 4, 2, 8, 5, 9, 1, 6, 1, 0, 8, 7, 4, 5, 1, 1, 0, 3, 3, 4, 3, 9, 3, 1, 3, 0, 5, 8, 8, 7, 1, 2, 8, 7, 8, 8, 7, 7, 2, 2, 8, 9, 5, 5 (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
1.43892808772659755501047779900152799954820527953...
MATHEMATICA
a = 4; b = -3; c = 4;
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.43, 1.44}, WorkingPrecision -> 110]
RealDigits[r] (* A198576 *)
CROSSREFS
Cf. A198414.
Sequence in context: A137924 A171527 A240969 * A368551 A175047 A316688
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 27 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 April 19 07:24 EDT 2024. Contains 371782 sequences. (Running on oeis4.)