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!)
A197515 Decimal expansion of least x>0 having cos(Pi*x)=(cos x)^2. 3
1, 5, 0, 1, 5, 2, 4, 9, 8, 0, 4, 5, 5, 7, 6, 2, 5, 5, 0, 6, 8, 3, 9, 4, 7, 2, 6, 2, 8, 8, 6, 2, 7, 8, 1, 5, 7, 1, 3, 6, 5, 1, 4, 4, 5, 3, 0, 7, 2, 3, 4, 1, 1, 2, 5, 6, 3, 8, 4, 9, 9, 4, 4, 2, 6, 0, 3, 3, 6, 3, 3, 7, 7, 9, 5, 5, 4, 5, 0, 0, 8, 4, 2, 8, 5, 0, 5, 8, 5, 0, 5, 1, 3, 5, 3, 6, 6, 8, 3 (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.501524980455762550683947262886278157...
MATHEMATICA
b = Pi; c = 1; f[x_] := Cos[x]
t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, 1.5, 1.502},
WorkingPrecision -> 200]
RealDigits[t] (* A197515 *)
Plot[{f[b*x], f[c*x]^2}, {x, 0, 3}]
CROSSREFS
Cf. A197476.
Sequence in context: A054672 A021670 A060081 * A326185 A293508 A083861
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 16 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 15:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)