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!)
A197296 Decimal expansion of least x>0 having sin(6x)=(sin 8x)^2. 1
1, 1, 6, 1, 5, 5, 2, 1, 5, 7, 9, 6, 7, 2, 9, 1, 0, 2, 3, 9, 2, 1, 4, 5, 8, 8, 1, 7, 5, 1, 1, 9, 7, 2, 5, 3, 9, 8, 6, 0, 9, 3, 9, 7, 5, 5, 2, 5, 9, 9, 7, 6, 9, 7, 1, 9, 7, 4, 9, 1, 2, 9, 4, 7, 3, 6, 1, 3, 8, 5, 5, 7, 9, 8, 5, 8, 0, 4, 6, 5, 9, 7, 6, 3, 1, 7, 0, 0, 7, 1, 0, 1, 5, 6, 1, 6, 5, 1, 1, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,3
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.11615521579672910239214588175119725398609...
MATHEMATICA
b = 6; c = 8; f[x_] := Sin[x]
t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, .1, .3}, WorkingPrecision -> 100]
RealDigits[t] (* A197296 *)
Plot[{f[b*x], f[c*x]^2}, {x, 0, 0.6}]
CROSSREFS
Cf. A197133.
Sequence in context: A195695 A199047 A021623 * A177838 A088537 A370424
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 April 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)