OFFSET
1,1
COMMENTS
Decimal expansion of the shape of a greater 2e-contraction rectangle; see A188738 for an introduction to lesser and greater r-contraction rectangles, their shapes, and the partitioning of these rectangles into sets of squares in a manner that matches the continued fractions of their shapes.
LINKS
FORMULA
e+sqrt(-1+e^2), with continued fraction A188627.
Equals exp(A365927). - Amiram Eldar, Oct 18 2023
EXAMPLE
5.24594005277075985646114668616376972685147198530... = 1/A188738 .
MATHEMATICA
r = 2 E; t = (r + (-4 + r^2)^(1/2))/2; FullSimplify[t]
N[t, 130]
RealDigits[N[t, 130]][[1]] (* A188739 *)
ContinuedFraction[t, 120] (* A188627 *)
RealDigits[E+Sqrt[E^2-1], 10, 150][[1]] (* Harvey P. Dale, Oct 25 2020 *)
PROG
(PARI) default(realprecision, 100); exp(1) + sqrt(exp(2) - 1) \\ G. C. Greubel, Nov 01 2018
(Magma) SetDefaultRealField(RealField(100)); Exp(1) + Sqrt(Exp(2) -1); // G. C. Greubel, Nov 01 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Apr 11 2011
STATUS
approved