A197698 Decimal expansion of Pi^2/(4 + 6*Pi).
4, 3, 1, 9, 3, 8, 5, 6, 5, 2, 3, 8, 6, 3, 2, 8, 3, 3, 7, 0, 3, 5, 6, 8, 5, 6, 1, 1, 7, 1, 3, 6, 5, 4, 9, 7, 0, 2, 4, 0, 1, 3, 2, 0, 0, 1, 1, 7, 8, 4, 6, 7, 7, 3, 7, 1, 0, 9, 2, 4, 0, 3, 0, 7, 8, 8, 2, 5, 1, 4, 7, 0, 6, 9, 7, 2, 9, 1, 1, 5, 7, 9, 2, 1, 5, 3, 6, 4, 7, 0, 5, 5, 4, 5, 4, 0, 2, 1, 6
Offset: 0
Examples
0.43193856523863283370356856117136549702401320011...
Crossrefs
Cf. A197682.
Programs
-
Mathematica
b = 3; c = 2/Pi; t = x /. FindRoot[Sin[b*x] == Cos[c*x], {x, .4, .5}] N[Pi/(2*b + 2*c), 110] RealDigits[%] (* A197698 *) Simplify[Pi/(2*b + 2*c)] Plot[{Sin[b*x], Cos[c*x]}, {x, 0, 2.5}]
Comments