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!)
A198614 Decimal expansion of x>0 satisfying 3*x^2+2x=3*sin(x). 2
3, 1, 6, 7, 0, 0, 4, 3, 8, 1, 8, 0, 9, 2, 6, 2, 5, 6, 0, 4, 3, 8, 5, 2, 4, 0, 0, 0, 8, 7, 9, 7, 6, 8, 1, 6, 7, 8, 5, 1, 3, 8, 6, 8, 4, 6, 9, 6, 8, 8, 9, 6, 0, 7, 0, 9, 5, 9, 9, 4, 4, 2, 8, 5, 6, 7, 1, 2, 6, 9, 7, 6, 8, 6, 3, 0, 5, 3, 9, 1, 7, 2, 2, 4, 1, 2, 3, 8, 7, 9, 7, 4, 6, 9, 8, 6, 7, 9, 3 (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
x=0.3167004381809262560438524000879768167851...
MATHEMATICA
a = 3; b = 2; c = 3;
f[x_] := a*x^2 + b*x; g[x_] := c*Sin[x]
Plot[{f[x], g[x]}, {x, -.1, .4}]
r = x /. FindRoot[f[x] == g[x], {x, .31, .32}, WorkingPrecision -> 110]
RealDigits[r](* A198614 *)
CROSSREFS
Cf. A198414.
Sequence in context: A242729 A112692 A291217 * A239385 A124929 A208766
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 28 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)