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!)
A197418 Decimal expansion of least x > 0 having sin(Pi*x/6) = sin(2*x/3)^2. 2
1, 4, 9, 5, 9, 0, 9, 5, 4, 6, 4, 3, 9, 9, 9, 4, 8, 5, 7, 4, 9, 6, 5, 7, 5, 1, 8, 6, 3, 1, 6, 9, 6, 8, 0, 9, 1, 1, 9, 8, 1, 3, 6, 9, 1, 3, 1, 7, 2, 9, 0, 6, 0, 5, 8, 0, 7, 1, 1, 0, 0, 7, 9, 7, 7, 0, 8, 4, 0, 5, 9, 6, 7, 6, 1, 5, 8, 4, 6, 4, 0, 5, 7, 9, 6, 1, 3, 1, 5, 9, 5, 9, 2, 5, 2, 3, 7, 8, 5 (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.4959095464399948574965751863169680911...
MATHEMATICA
b = Pi/6; c = 2/3; f[x_] := Sin[x]
t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, 1.49, 1.5}, WorkingPrecision -> 200]
RealDigits[t] (* A197418 *)
Plot[{f[b*x], f[c*x]^2}, {x, 0, 3}]
CROSSREFS
Cf. A197133.
Sequence in context: A243710 A242610 A292484 * A137807 A163103 A019688
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 16 12:05 EDT 2024. Contains 371711 sequences. (Running on oeis4.)