A197476 Decimal expansion of least x>0 having cos(x) = cos(2*x)^2.
1, 1, 3, 7, 7, 4, 3, 9, 3, 2, 9, 0, 5, 4, 5, 5, 5, 5, 7, 7, 8, 9, 4, 4, 9, 8, 6, 0, 0, 5, 5, 0, 0, 8, 3, 4, 9, 5, 8, 4, 8, 0, 4, 2, 9, 0, 3, 4, 9, 5, 7, 5, 2, 7, 2, 0, 1, 5, 1, 8, 2, 5, 2, 6, 7, 3, 6, 0, 9, 8, 3, 4, 7, 3, 4, 7, 2, 7, 2, 1, 7, 7, 9, 8, 8, 0, 3, 2, 8, 0, 5, 1, 7, 6, 4, 4, 7, 2, 7
Offset: 1
Examples
1.137743932905455557789449860055008349584...
Crossrefs
Cf. A197133.
Programs
-
Mathematica
b = 1; c = 2; f[x_] := Cos[x] t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, 1.1, 1.3}, WorkingPrecision -> 200] RealDigits[t] (* A197476 *) Plot[{f[b*x], f[c*x]^2}, {x, 0, 2}] (* or *) RealDigits[ ArcCos[ ((19 - 3*Sqrt[33])^(1/3) + (19 + 3*Sqrt[33])^(1/3) - 2)/6], 10, 99] // First (* Jean-François Alcover, Feb 19 2013 *)
Extensions
Edited by Georg Fischer, Jul 28 2021
Comments