login

Revision History for A197518

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Decimal expansion of least x>0 having cos(2*Pi*x)=(cos x)^2.
(history; published version)
#5 by Russ Cox at Fri Mar 30 18:57:53 EDT 2012
AUTHOR

_Clark Kimberling (ck6(AT)evansville.edu), _, Oct 16 2011

Discussion
Fri Mar 30
18:57
OEIS Server: https://oeis.org/edit/global/285
#4 by T. D. Noe at Sun Oct 16 22:47:35 EDT 2011
STATUS

proposed

approved

#3 by Clark Kimberling at Sun Oct 16 15:16:28 EDT 2011
STATUS

editing

proposed

#2 by Clark Kimberling at Sun Oct 16 09:50:06 EDT 2011
NAME

allocated for Clark KimberlingDecimal expansion of least x>0 having cos(2*Pi*x)=(cos x)^2.

DATA

8, 2, 5, 9, 7, 9, 1, 5, 6, 8, 1, 1, 2, 5, 0, 3, 9, 4, 8, 8, 2, 3, 3, 9, 1, 4, 2, 8, 6, 7, 2, 2, 3, 6, 0, 1, 9, 0, 6, 3, 2, 7, 9, 1, 9, 7, 7, 9, 5, 3, 9, 2, 0, 1, 5, 0, 5, 3, 4, 0, 9, 4, 4, 3, 5, 6, 2, 7, 1, 1, 5, 6, 9, 7, 8, 3, 4, 4, 7, 2, 9, 3, 8, 5, 0, 2, 6, 2, 0, 7, 0, 6, 1, 7, 2, 0, 5, 5, 6

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.

EXAMPLE

x=0.825979156811250394882339142867223601906327919779...

MATHEMATICA

b = 2 Pi; c = 1; f[x_] := Cos[x]

t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, .8, .9}, WorkingPrecision -> 200]

RealDigits[t] (* A197518 *)

Plot[{f[b*x], f[c*x]^2}, {x, 0, Pi/2}]

CROSSREFS

Cf. A197476.

KEYWORD

allocated

nonn,cons

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu), Oct 16 2011

STATUS

approved

editing

#1 by Clark Kimberling at Sat Oct 15 20:06:06 EDT 2011
NAME

allocated for Clark Kimberling

KEYWORD

allocated

STATUS

approved