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!)
A197575 Decimal expansion of least x > 0 having cos(x) = cos(Pi*x/2)^2. 2
4, 6, 9, 9, 1, 1, 4, 0, 0, 5, 7, 6, 9, 0, 6, 9, 6, 0, 9, 2, 9, 1, 9, 7, 3, 6, 6, 5, 5, 2, 7, 7, 5, 2, 0, 0, 8, 1, 6, 0, 5, 2, 5, 7, 1, 2, 0, 4, 6, 6, 9, 5, 2, 7, 0, 2, 4, 8, 5, 6, 1, 6, 1, 3, 2, 8, 5, 7, 7, 5, 3, 2, 6, 9, 3, 4, 0, 5, 8, 5, 5, 5, 1, 0, 4, 6, 0, 5, 7, 8, 7, 6, 8, 6, 9, 7, 4, 1, 4 (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.4699114005769069609291973665527752008160...
MATHEMATICA
b = 1; c = Pi/2; f[x_] := Sin[x]
t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, .45, .47}, WorkingPrecision -> 200]
RealDigits[t] (* A197575 *)
Plot[{f[b*x], f[c*x]^2}, {x, 0, 0.6}]
CROSSREFS
Cf. A197133.
Sequence in context: A236536 A084335 A277893 * A201660 A341577 A094115
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 September 11 01:27 EDT 2024. Contains 375813 sequences. (Running on oeis4.)