A197682 Decimal expansion of Pi/(2 + 2*Pi).
3, 7, 9, 2, 7, 3, 4, 9, 6, 4, 9, 7, 3, 8, 8, 0, 7, 2, 6, 7, 2, 2, 1, 5, 3, 4, 4, 5, 2, 2, 4, 4, 6, 4, 3, 2, 0, 6, 9, 2, 1, 3, 1, 8, 2, 8, 2, 0, 2, 6, 5, 4, 9, 8, 3, 3, 4, 4, 9, 4, 1, 0, 6, 8, 9, 1, 2, 7, 4, 0, 6, 8, 5, 5, 0, 4, 7, 8, 6, 8, 8, 1, 6, 0, 3, 1, 6, 5, 8, 7, 0, 0, 7, 6, 7, 7, 8, 8, 6
Offset: 0
Examples
0.37927349649738807267221534452244643...
Crossrefs
Cf. A197683.
Programs
-
Mathematica
b = 1; c = Pi; t = x /. FindRoot[Sin[b*x] == Cos[c*x], {x, .3, .4}] N[Pi/(2*b + 2*c), 110] RealDigits[%] (* A197682 *) Simplify[Pi/(2*b + 2*c)] Plot[{Sin[b*x], Cos[c*x]}, {x, 0, Pi}]
-
PARI
1/(2/Pi+2) \\ Charles R Greathouse IV, Sep 27 2022
Comments