The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A197270 Decimal expansion of least x>0 having sin(4x)=(sin 6x)^2. 1
3, 0, 3, 8, 9, 0, 4, 1, 6, 4, 3, 4, 4, 2, 6, 1, 1, 6, 8, 6, 8, 0, 6, 5, 3, 3, 9, 5, 8, 6, 5, 2, 0, 4, 0, 2, 9, 4, 0, 7, 7, 8, 4, 6, 0, 7, 2, 6, 8, 8, 6, 8, 2, 0, 5, 2, 6, 4, 5, 7, 8, 4, 0, 0, 4, 7, 6, 0, 3, 5, 2, 6, 4, 5, 0, 0, 7, 5, 7, 2, 5, 9, 6, 5, 9, 4, 1, 5, 5, 4, 7, 6, 1, 0, 6, 9, 6, 2, 2, 6, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
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=0.3038904164344261168680653395865204029407784...
MATHEMATICA
b = 4; c = 6; f[x_] := Sin[x]
t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, .3, .5}, WorkingPrecision -> 100]
RealDigits[t] (* A197270 *)
Plot[{f[b*x], f[c*x]^2}, {x, 0, Pi/4}]
CROSSREFS
Cf. A197133.
Sequence in context: A139214 A010030 A372339 * A117940 A099093 A137339
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 12 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 May 14 11:19 EDT 2024. Contains 372532 sequences. (Running on oeis4.)