OFFSET
1,1
COMMENTS
The rectangle R whose shape (i.e., length/width) is (3+sqrt(9+4r))/2, where r=sqrt(3), can be partitioned into rectangles of shapes 3 and r in a manner that matches the periodic continued fraction [3, r, 3, r, ...]. R can also be partitioned into squares so as to match the nonperiodic continued fraction [3,2,55,6,1,1,1,9,1,1,1,7,2,...] at A190286. For details, see A188635.
EXAMPLE
3.495507656604924503772866679054481005189...
MATHEMATICA
r=3^(1/2)
FromContinuedFraction[{3, r, {3, r}}]
FullSimplify[%]
ContinuedFraction[%, 100] (* A190286 *)
RealDigits[N[%%, 120]] (* A190285 *)
N[%%%, 40]
RealDigits[(3+Sqrt[9+4Sqrt[3]])/2, 10, 120][[1]] (* Harvey P. Dale, Oct 19 2021 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, May 07 2011
STATUS
approved