Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A197730 Decimal expansion of 3*Pi/(4+Pi). 2
1, 3, 1, 9, 7, 0, 2, 5, 3, 9, 4, 6, 5, 3, 2, 7, 8, 7, 2, 2, 6, 8, 5, 6, 4, 1, 2, 3, 5, 4, 1, 1, 4, 0, 1, 5, 1, 3, 9, 7, 5, 6, 2, 3, 2, 9, 7, 1, 3, 0, 6, 7, 7, 2, 3, 7, 9, 7, 8, 4, 9, 6, 0, 4, 3, 7, 7, 5, 2, 0, 6, 3, 9, 2, 5, 1, 7, 0, 9, 2, 9, 3, 0, 6, 0, 5, 5, 1, 3, 7, 3, 8, 1, 0, 7, 7, 9, 0, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Least x>0 such that sin(bx)=cos(cx) (and also sin(cx)=cos(bx)), where b=2/3 and c=Pi/6; see the Mathematica program for a graph and A197682 for a discussion and guide to related sequences.
LINKS
EXAMPLE
1.3197025394653278722685641235411401513975623...
MATHEMATICA
b = 2/3; c = Pi/6;
t = x /. FindRoot[Sin[b*x] == Cos[c*x], {x, 1.131, 1.132}]
N[Pi/(2*b + 2*c), 110]
RealDigits[%] (* A197730 *)
Simplify[Pi/(2*b + 2*c)]
Plot[{Sin[b*x], Cos[c*x]}, {x, 0, Pi/2}]
CROSSREFS
Cf. A197682.
Sequence in context: A052931 A368379 A006803 * A231902 A143495 A327997
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 17 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 September 11 11:17 EDT 2024. Contains 375827 sequences. (Running on oeis4.)