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!)
A197807 Decimal expansion of x>0 having x^2=3*cos(x). 3
1, 1, 3, 0, 6, 1, 9, 0, 7, 2, 7, 7, 6, 3, 9, 4, 9, 6, 1, 2, 8, 8, 6, 5, 0, 0, 5, 8, 9, 4, 5, 4, 0, 6, 8, 7, 0, 2, 7, 8, 6, 0, 8, 7, 8, 8, 9, 6, 9, 4, 2, 4, 3, 8, 5, 4, 2, 0, 9, 1, 2, 5, 6, 4, 6, 8, 5, 8, 7, 7, 4, 5, 8, 3, 3, 4, 1, 9, 9, 5, 8, 5, 0, 5, 3, 0, 9, 6, 7, 8, 3, 5, 6, 7, 0, 6, 5, 8, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
See A197737 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
x=1.13061907277639496128865005894540687027860878...
MATHEMATICA
a = 1; b = 0; c = 3;
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.1, 1.2}, WorkingPrecision -> 110]
RealDigits[r1] (* A197807 *)
CROSSREFS
Cf. A197737.
Sequence in context: A268978 A280585 A359218 * A111074 A007384 A290108
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)