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!)
A197692 Decimal expansion of (Pi^2)/(2+4*Pi). 2
6, 7, 7, 5, 6, 0, 9, 8, 3, 6, 0, 9, 7, 4, 9, 9, 3, 1, 0, 0, 8, 9, 6, 2, 3, 8, 6, 5, 3, 3, 4, 5, 6, 8, 8, 7, 9, 4, 9, 8, 0, 4, 0, 4, 0, 9, 4, 4, 4, 8, 3, 1, 6, 7, 0, 9, 2, 1, 5, 9, 1, 1, 2, 5, 5, 2, 0, 1, 3, 3, 7, 3, 6, 5, 2, 1, 2, 1, 4, 7, 3, 1, 3, 8, 7, 0, 3, 5, 2, 9, 4, 8, 4, 9, 8, 2, 7, 7, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Least x>0 such that sin(bx)=cos(cx) (and also sin(cx)=cos(bx)), where b=2 and c=1/Pi; see the Mathematica program for a graph and A197682 for a discussion and guide to related sequences.
LINKS
EXAMPLE
0.6775609836097499310089623865334568879498040...
MAPLE
evalf((Pi^2)/(2+4*Pi), 100); # Wesley Ivan Hurt, Feb 12 2017
MATHEMATICA
b = 2; c = 1/Pi;
t = x /. FindRoot[Sin[b*x] == Cos[c*x], {x, .6, .7}]
N[Pi/(2*b + 2*c), 110]
RealDigits[%] (* A197692 *)
Simplify[Pi/(2*b + 2*c)]
Plot[{Sin[b*x], Cos[c*x]}, {x, 0, 1}]
PROG
(PARI) Pi^2/(2+4*Pi) \\ Michel Marcus, Feb 13 2017
CROSSREFS
Cf. A197682.
Sequence in context: A359106 A201753 A084256 * A322415 A023409 A349991
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 April 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)