OFFSET
1,1
COMMENTS
Let R denote a rectangle whose shape (i.e., length/width) is (7+sqrt(133))/6. This rectangle can be partitioned into squares in a manner that matches the continued fraction [3,11,3,1,3,11,3,1,...]. It can also be partitioned into rectangles of shape 3/2 and 3 so as to match the continued fraction [7/3, 1, 7/3, 1, ...]. For details, see A188635.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
EXAMPLE
3.088760432445132648225697206469645416764...
MATHEMATICA
FromContinuedFraction[{7/3, 1, {7/3, 1}}]
ContinuedFraction[%, 25] (* [3, 11, 3, 1, 3, 11, 3, 1, ...] *)
RealDigits[N[%%, 120]] (* A189969 *)
N[%%%, 40]
PROG
(PARI) (7 + sqrt(133))/6 \\ G. C. Greubel, Jan 12 2018
(Magma) (7 + Sqrt(133))/6 // G. C. Greubel, Jan 12 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, May 05 2011
EXTENSIONS
Typo in name corrected by G. C. Greubel, Jan 12 2018
STATUS
approved