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!)
A197808 Decimal expansion of x>0 having x^2 = 4*cos(x). 3
1, 2, 0, 1, 5, 3, 8, 2, 9, 9, 3, 4, 0, 5, 7, 5, 1, 1, 1, 4, 8, 1, 5, 0, 8, 1, 6, 6, 5, 6, 8, 8, 5, 0, 4, 9, 1, 0, 6, 0, 8, 3, 5, 8, 1, 1, 0, 1, 8, 6, 0, 2, 7, 0, 4, 3, 2, 1, 1, 2, 0, 6, 0, 5, 6, 8, 0, 8, 5, 8, 4, 4, 0, 2, 1, 6, 9, 4, 5, 2, 2, 5, 8, 8, 4, 9, 1, 3, 7, 1, 2, 0, 5, 2, 8, 4, 3, 1, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A197737 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
x = 1.201538299340575111481508166568850491060835...
MATHEMATICA
a = 1; b = 0; c = 4;
f[x_] := a*x^2 + b*x; g[x_] := c*Cos[x]
Plot[{f[x], g[x]}, {x, -1.5, 1.5}]
r1 = x /. FindRoot[f[x] == g[x], {x, 1.2, 1.3}, WorkingPrecision -> 110]
RealDigits[r1] (* A197808 *)
CROSSREFS
Cf. A197737.
Sequence in context: A037186 A343239 A004483 * A085650 A343751 A201910
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 20 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 24 06:34 EDT 2024. Contains 371920 sequences. (Running on oeis4.)