OFFSET
1,1
COMMENTS
Decimal expansion of the shape (= length/width = (7+sqrt(33))/4) of the greater (7/2)-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
3.1861406616345071649626528670547323295550...
MATHEMATICA
r = 7/2; t = (r + (-4 + r^2)^(1/2))/2; FullSimplify[t]
N[t, 130]
RealDigits[N[t, 130]][[1]]
ContinuedFraction[t, 120]
RealDigits[(7+Sqrt[33])/4, 10, 140][[1]] (* Harvey P. Dale, Nov 02 2015 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Apr 14 2011
EXTENSIONS
Corrected and extended by Harvey P. Dale, Nov 02 2015
STATUS
approved