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!)
A197490 Decimal expansion of least x > 0 having cos(x) = cos(2*Pi*x)^2. 2
5, 6, 4, 4, 2, 5, 4, 7, 6, 0, 6, 2, 6, 5, 9, 0, 9, 9, 3, 8, 4, 0, 0, 3, 2, 2, 8, 9, 3, 7, 7, 8, 8, 2, 9, 7, 6, 7, 7, 4, 9, 8, 5, 5, 2, 8, 2, 2, 8, 6, 1, 8, 0, 6, 1, 3, 5, 9, 1, 0, 5, 4, 9, 2, 1, 7, 4, 1, 1, 0, 3, 1, 7, 3, 3, 4, 6, 2, 5, 7, 9, 7, 5, 7, 0, 3, 5, 6, 1, 7, 0, 5, 0, 5, 5, 0, 4, 2, 9 (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.564425476062659099384003228937788297677...
MATHEMATICA
b = 1; c = 2 Pi; f[x_] := Cos[x]
t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, .56, .57}, WorkingPrecision -> 110]
RealDigits[t] (* A197490 *)
Plot[{f[b*x], f[c*x]^2}, {x, 0, Pi/4}]
CROSSREFS
Cf. A197476.
Sequence in context: A019818 A187146 A128632 * A319015 A229481 A304490
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 April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)