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!)
A198492 Decimal expansion of x>0 having x^2-4x=4*sin(x). 2
3, 5, 5, 1, 3, 1, 5, 4, 5, 6, 0, 0, 1, 2, 4, 3, 7, 1, 0, 2, 4, 7, 4, 5, 6, 6, 3, 1, 9, 6, 2, 5, 4, 3, 4, 7, 6, 9, 6, 0, 3, 5, 8, 1, 4, 9, 8, 0, 6, 5, 4, 1, 4, 3, 1, 5, 7, 0, 1, 7, 3, 6, 5, 0, 4, 5, 9, 7, 3, 0, 4, 8, 6, 7, 1, 5, 3, 6, 3, 7, 9, 8, 3, 6, 7, 9, 7, 3, 3, 0, 2, 7, 5, 9, 3, 4, 6, 9, 8 (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.55131545600124371024745663196254347696...
MATHEMATICA
a = 1; b = -4; c = 4;
f[x_] := a*x^2 + b*x; g[x_] := c*Sin[x]
Plot[{f[x], g[x]}, {x, -.2, 4}]
r = x /. FindRoot[f[x] == g[x], {x, 3.55, 3.56}, WorkingPrecision -> 110]
RealDigits[r] (* A198492 *)
CROSSREFS
Cf. A198414.
Sequence in context: A138112 A106233 A366568 * A077860 A261340 A078063
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 19:05 EDT 2024. Contains 371751 sequences. (Running on oeis4.)