A197693 Decimal expansion of (Pi^2)/(4+4*Pi).
5, 9, 5, 7, 6, 1, 4, 1, 5, 1, 4, 8, 7, 5, 4, 2, 7, 3, 2, 7, 9, 5, 5, 3, 1, 7, 3, 5, 5, 8, 6, 5, 2, 5, 0, 5, 0, 1, 4, 6, 8, 5, 7, 5, 8, 4, 3, 3, 6, 4, 3, 7, 0, 6, 0, 7, 6, 4, 8, 9, 0, 9, 4, 6, 3, 1, 3, 1, 7, 0, 6, 7, 2, 9, 6, 3, 1, 2, 9, 0, 5, 5, 7, 6, 8, 5, 0, 4, 1, 2, 8, 3, 1, 6, 9, 0, 3, 2, 3
Offset: 0
Examples
x=0.59576141514875427327955317355865250501468575843...
Crossrefs
Cf. A197682.
Programs
-
Mathematica
b = 2; c = 2/Pi; t = x /. FindRoot[Sin[b*x] == Cos[c*x], {x, .5, .6}] N[Pi/(2*b + 2*c), 110] RealDigits[%] (* A197693 *) Simplify[Pi/(2*b + 2*c)] Plot[{Sin[b*x], Cos[c*x]}, {x, 0, Pi/2}] RealDigits[Pi^2/(4+4*Pi),10,120][[1]] (* Harvey P. Dale, Nov 27 2022 *)
Comments