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!)
A197384 Decimal expansion of least x > 0 having sin(Pi*x/3) = sin(x)^2. 2
1, 5, 4, 0, 6, 7, 5, 0, 0, 2, 9, 3, 4, 0, 1, 2, 5, 1, 0, 8, 8, 0, 4, 7, 8, 2, 3, 9, 5, 2, 2, 4, 3, 4, 3, 4, 4, 3, 8, 8, 3, 9, 4, 1, 0, 2, 0, 4, 5, 4, 5, 6, 5, 9, 8, 2, 5, 0, 3, 9, 3, 5, 7, 5, 6, 3, 9, 3, 4, 3, 1, 2, 7, 5, 8, 0, 4, 6, 1, 6, 2, 9, 3, 8, 1, 4, 7, 6, 2, 0, 9, 3, 9, 5, 9, 1, 4, 9, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The Mathematica program includes a graph. See A197133 for a guide to least x > 0 satisfying sin(b*x) = sin(c*x)^2 for selected b and c.
LINKS
EXAMPLE
x=1.54067500293401251088047823952243434438839410204...
MATHEMATICA
b = Pi/3; c = 1; f[x_] := Sin[x]
t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, 1.5, 1.6}, WorkingPrecision -> 200]
RealDigits[t] (* A197384 *)
Plot[{f[b*x], f[c*x]^2}, {x, 1.2, 1.9}]
CROSSREFS
Cf. A197133.
Sequence in context: A320411 A197012 A200137 * A193035 A227966 A021653
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 14 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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)