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!)
A197482 Decimal expansion of least x>0 having cos(3x)=(cos 2x)^2. 2
1, 8, 4, 3, 7, 6, 8, 1, 7, 6, 0, 3, 1, 7, 2, 1, 5, 6, 9, 6, 3, 9, 9, 3, 8, 4, 9, 7, 7, 2, 3, 6, 2, 1, 2, 7, 3, 1, 4, 5, 9, 9, 1, 3, 5, 1, 6, 5, 3, 9, 9, 3, 0, 9, 3, 2, 5, 4, 2, 7, 2, 3, 0, 7, 6, 3, 8, 2, 4, 4, 1, 3, 0, 1, 5, 3, 3, 2, 5, 3, 8, 9, 7, 4, 9, 9, 4, 1, 8, 9, 9, 1, 0, 2, 9, 9, 9, 1, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
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=1.843768176031721569639938497723621273145...
MATHEMATICA
b = 3; c = 2; f[x_] := Cos[x]
t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, 1.8, 1.9}, WorkingPrecision -> 200]
RealDigits[t] (* A197482 *)
Plot[{f[b*x], f[c*x]^2}, {x, 0, 2.5}]
CROSSREFS
Cf. A197476.
Sequence in context: A071832 A327121 A091475 * A292529 A370000 A154211
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 20:58 EDT 2024. Contains 374956 sequences. (Running on oeis4.)