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!)
A197330 Decimal expansion of least x > 0 having sin(2*x) = sin(Pi*x/4)^2. 2
1, 2, 0, 9, 3, 8, 6, 1, 0, 2, 8, 7, 1, 7, 0, 5, 2, 3, 4, 2, 5, 4, 4, 3, 0, 4, 4, 4, 6, 2, 6, 8, 0, 4, 9, 1, 6, 0, 6, 5, 5, 0, 4, 6, 6, 6, 0, 7, 6, 3, 7, 4, 4, 5, 0, 4, 0, 4, 3, 9, 7, 7, 2, 5, 7, 0, 5, 1, 4, 0, 3, 6, 1, 7, 7, 2, 6, 4, 8, 7, 2, 9, 6, 3, 7, 3, 1, 1, 6, 6, 2, 8, 5, 0, 6, 8, 6, 2, 4 (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.20938610287170523425443044462680491606...
MATHEMATICA
b = 2; c = Pi/4; f[x_] := Sin[x]
t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, 1, 1.5}, WorkingPrecision -> 200]
RealDigits[t] (* A197330 *)
Plot[{f[b*x], f[c*x]^2}, {x, 0, 1.5}]
CROSSREFS
Cf. A197133.
Sequence in context: A249417 A189963 A156649 * A343882 A168229 A019693
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 May 13 13:48 EDT 2024. Contains 372519 sequences. (Running on oeis4.)