A188724 Decimal expansion of shape of a (Pi/2)-extension rectangle; shape = (1/4)*(Pi + sqrt(16 + Pi^2)).
2, 0, 5, 6, 9, 5, 2, 4, 3, 8, 7, 1, 0, 9, 6, 5, 9, 0, 9, 3, 9, 6, 7, 8, 7, 9, 2, 4, 3, 7, 8, 8, 0, 7, 2, 5, 8, 5, 8, 8, 0, 9, 9, 1, 4, 1, 5, 4, 9, 7, 1, 7, 6, 2, 0, 4, 6, 7, 6, 4, 2, 6, 8, 3, 4, 1, 6, 1, 9, 5, 6, 5, 7, 6, 0, 3, 4, 1, 7, 4, 6, 1, 3, 2, 2, 1, 8, 2, 6, 6, 1, 4, 5, 7, 6, 5, 0, 2, 1, 5, 1, 8, 9, 6, 9, 9, 2, 5, 3, 9, 6, 2, 4, 2, 1, 0, 6, 6, 2, 4, 8, 0, 9, 8, 2, 4, 8, 8, 4, 1, 9, 8
Offset: 1
Examples
2.0569524387109659093967879243788072585880991...
Programs
-
Mathematica
r = Pi/2; t = (r + (4 + r^2)^(1/2))/2; FullSimplify[t] N[t, 130] RealDigits[N[t, 130]][[1]] ContinuedFraction[t, 120]
Extensions
a(130) corrected by Georg Fischer, Jul 16 2021
Comments