OFFSET
1,2
COMMENTS
Let R denote a rectangle whose shape (i.e., length/width) is (3+sqrt(17))/3. This rectangle can be partitioned into squares in a manner that matches the continued fraction [1,1,3,1,1,3,1,1,3,...]. It can also be partitioned into rectangles of shape 3/2 and 3 so as to match the continued fraction [3/2, 3, 3/2, 3, 3/2, ...]. For details, see A188635.
Apart from the second digit the same as A188934. - R. J. Mathar, May 16 2011
Equivalent to the infinite continued fraction with denominators [1; 2, 1, 2, 1, ...] and numerators [2, 1, 2, ...], also expressible as 1+2/(2+1/(1+2/(2+1/...))). - Matthew A. Niemiro, Dec 13 2019
LINKS
J. S. Brauchart, P. D. Dragnev, E. B. Saff, An Electrostatics Problem on the Sphere Arising from a Nearby Point Charge, arXiv preprint arXiv:1402.3367 [math-ph], 2014. See Footnote 8. - N. J. A. Sloane, Mar 26 2014
EXAMPLE
1.780776406404415137455352463993519256287...
MATHEMATICA
FromContinuedFraction[{3/2, 3, {3/2, 3}}]
ContinuedFraction[%, 25] (* [1, 1, 3, 1, 1, 3, 1, 1, 3, ...] *)
RealDigits[N[%%, 120]] (* A188485 *)
N[%%%, 40]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, May 05 2011
STATUS
approved