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