OFFSET
1,1
COMMENTS
Decimal expansion of the shape (= length/width = ((e+sqrt(-4+e^2))/2) of the greater e-contraction rectangle.
See A188738 for an introduction to lesser and greater r-contraction rectangles, their shapes, and partitioning these rectangles into a sets of squares in a manner that matches the continued fractions of their shapes.
EXAMPLE
2.2796103731105126266020168769161733623002084362...
MATHEMATICA
r = E; t = (r + (-4 + r^2)^(1/2))/2; FullSimplify[t]
N[t, 130]
RealDigits[N[t, 130]][[1]]
ContinuedFraction[t, 120]
RealDigits[(E+Sqrt[E^2-4])/2, 10, 150][[1]] (* Harvey P. Dale, Oct 17 2013 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Apr 15 2011
EXTENSIONS
Corrected by Harvey P. Dale, Oct 17 2013
STATUS
approved