[go: up one dir, main page]

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!)
A198128 Decimal expansion of least x having 2*x^2+3x=cos(x). 3
2, 7, 1, 8, 3, 1, 8, 5, 1, 8, 9, 5, 8, 0, 5, 9, 0, 7, 1, 8, 6, 8, 8, 2, 0, 3, 3, 3, 5, 8, 8, 3, 9, 7, 6, 2, 7, 5, 0, 2, 0, 4, 9, 6, 5, 7, 2, 7, 6, 0, 5, 9, 5, 0, 8, 2, 5, 3, 0, 1, 4, 3, 8, 9, 5, 8, 6, 4, 8, 6, 0, 0, 8, 2, 1, 5, 1, 5, 5, 6, 7, 9, 0, 9, 3, 5, 2, 1, 7, 2, 9, 6, 5, 7, 5, 2, 0, 5, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A197737 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
least x: -1.51753898066148224483274698639081150...
greatest x: 0.2718318518958059071868820333588397...
MATHEMATICA
a = 2; b = 3; c = 1;
f[x_] := a*x^2 + b*x; g[x_] := c*Cos[x]
Plot[{f[x], g[x]}, {x, -2, 1}]
r1 = x /. FindRoot[f[x] == g[x], {x, -1.52, -1.51}, WorkingPrecision -> 110]
RealDigits[r1](* A198128 *)
r2 = x /. FindRoot[f[x] == g[x], {x, .27, .28}, WorkingPrecision -> 110]
RealDigits[r2](* A198129 *)
CROSSREFS
Cf. A197737.
Sequence in context: A248685 A182587 A248677 * A094121 A105178 A282171
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 22 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 August 29 00:59 EDT 2024. Contains 375508 sequences. (Running on oeis4.)