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!)
A197255 Decimal expansion of least x>0 having sin(2x)=(sin 4x)^2. 2
1, 3, 6, 4, 8, 5, 9, 2, 4, 6, 1, 8, 4, 1, 2, 4, 7, 5, 2, 0, 4, 3, 0, 8, 4, 0, 3, 0, 4, 1, 9, 3, 4, 9, 1, 5, 5, 2, 3, 7, 0, 3, 3, 2, 5, 9, 8, 3, 2, 2, 0, 0, 9, 1, 3, 8, 3, 4, 0, 0, 0, 0, 5, 7, 4, 2, 1, 6, 7, 9, 6, 3, 5, 0, 5, 1, 1, 0, 4, 4, 5, 2, 1, 7, 9, 6, 2, 2, 4, 3, 2, 1, 5, 9, 7, 0, 2, 8, 4, 5, 4, 1, 4, 2, 3, 7, 2, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,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
0.1364859246184124752043084030419349155...
MATHEMATICA
b = 2; c = 4; f[x_] := Sin[x]
t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, .1, .2}, WorkingPrecision -> 100]
RealDigits[t] (* A197255 *)
Plot[{f[b*x], f[c*x]^2}, {x, 0, Pi}]
CROSSREFS
Cf. A197133.
Sequence in context: A197568 A136612 A004546 * A154890 A248176 A100000
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 12 2011
EXTENSIONS
a(81) ff. corrected by Georg Fischer, Jul 28 2021
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 16 04:17 EDT 2024. Contains 371696 sequences. (Running on oeis4.)