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!)
A197479 Decimal expansion of least x>0 having cos(2x)=(cos 3x)^2. 2
6, 8, 1, 0, 8, 9, 8, 1, 8, 2, 4, 2, 8, 7, 4, 0, 0, 6, 1, 8, 5, 0, 5, 2, 8, 1, 6, 3, 2, 7, 8, 2, 8, 5, 2, 4, 9, 2, 5, 1, 8, 5, 8, 5, 6, 2, 5, 7, 5, 2, 2, 5, 5, 9, 6, 2, 2, 9, 7, 5, 8, 1, 5, 4, 8, 1, 2, 3, 5, 4, 3, 9, 3, 2, 9, 2, 9, 2, 8, 1, 4, 2, 2, 6, 5, 5, 2, 2, 7, 3, 7, 8, 6, 5, 8, 3, 2, 1, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The Mathematica program includes a graph. See A197476 for a guide for the least x>0 satisfying cos(b*x)=(cos(c*x))^2 for selected b and c.
LINKS
EXAMPLE
x=0.681089818242874006185052816327828524925...
MATHEMATICA
b = 2; c = 3; f[x_] := Cos[x]
t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, .6, .8}, WorkingPrecision -> 200]
RealDigits[t] (* A197479 *)
Plot[{f[b*x], f[c*x]^2}, {x, 0, 1}]
CROSSREFS
Cf. A197476.
Sequence in context: A089991 A083727 A111838 * A154513 A348435 A239804
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 15 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 5 19:08 EDT 2024. Contains 374954 sequences. (Running on oeis4.)