OFFSET
1,1
COMMENTS
Decimal expansion of the shape (= length/width = (7-sqrt(33))/4) of the lesser (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
0.31385933836549283503734713294526767044...
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]
PROG
(PARI) (7-sqrt(33))/4 \\ Charles R Greathouse IV, Apr 25 2016
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Apr 14 2011
EXTENSIONS
a(130) corrected by Georg Fischer, Apr 03 2020
STATUS
approved