login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A197330 Decimal expansion of least x>0 having sin(2x)=(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

Table of n, a(n) for n=1..99.

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: A071120 A189963 A156649 * A168229 A019693 A007493

Adjacent sequences:  A197327 A197328 A197329 * A197331 A197332 A197333

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 21 07:04 EDT 2013. Contains 225477 sequences.