OFFSET
1,1
COMMENTS
Let R denote a rectangle whose shape (i.e., length/width) is (3+sqrt(33))/4. This rectangle can be partitioned into squares in a manner that matches the continued fraction [2,5,2,1,2,5,2,1,2,5,2,1,...]. It can also be partitioned into rectangles of shape 3/2 and 3 so as to match the continued fraction [3/2, 1, 3/2, 1, 3/2, ...]. For details, see A188635.
Apart from the first digit, the same as A188939. - R. J. Mathar, May 16 2011
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
EXAMPLE
2.18614066163450716496265286705473232955506611449...
MATHEMATICA
FromContinuedFraction[{3/2, 1, {3/2, 1}}]
ContinuedFraction[%, 25] (* [2, 5, 2, 1, 2, 5, 2, 1, ...] *)
RealDigits[N[%%, 120]] (* A189966 *)
N[%%%, 40]
PROG
(PARI) (3+sqrt(33))/4 \\ G. C. Greubel, Jan 12 2018
(Magma) (3+Sqrt(33))/4 // G. C. Greubel, Jan 12 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, May 05 2011
STATUS
approved