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!)
A197293 Decimal expansion of least x>0 having sin(6x)=(sin 4x)^2. 1
3, 2, 5, 1, 2, 0, 3, 0, 9, 1, 0, 8, 8, 0, 9, 0, 9, 6, 0, 4, 7, 7, 7, 7, 5, 8, 6, 3, 6, 7, 3, 3, 5, 2, 5, 7, 4, 4, 0, 8, 3, 6, 0, 5, 7, 1, 5, 4, 7, 0, 3, 0, 3, 8, 4, 7, 4, 2, 4, 3, 3, 7, 3, 9, 3, 3, 9, 3, 1, 6, 6, 4, 5, 2, 6, 1, 7, 8, 3, 8, 8, 7, 5, 2, 5, 9, 0, 0, 5, 9, 1, 9, 3, 3, 3, 4, 0, 1, 4, 0, 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.32512030910880909604777758636733525744...
MATHEMATICA
b = 6; c = 4; f[x_] := Sin[x]
t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, .3, .4}, WorkingPrecision -> 100]
RealDigits[t] (* A197293 *)
Plot[{f[b*x], f[c*x]^2}, {x, 0, Pi/4}]
CROSSREFS
Cf. A197133.
Sequence in context: A248849 A172216 A121490 * A099643 A224344 A113260
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 13 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 August 22 00:18 EDT 2024. Contains 375353 sequences. (Running on oeis4.)