cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A189962 Decimal expansion of 3*(1 + 3*sqrt(5))/11.

This page as a plain text file.
%I A189962 #12 Sep 11 2023 12:58:05
%S A189962 2,1,0,2,2,3,7,4,3,6,1,3,6,1,9,1,5,6,9,7,8,9,3,2,3,9,1,0,7,8,0,1,3,5,
%T A189962 1,0,1,7,2,4,1,4,2,2,9,4,2,2,7,6,1,1,9,5,6,2,2,1,6,4,3,2,0,0,7,9,0,4,
%U A189962 2,6,2,1,1,8,8,5,4,7,6,7,3,5,8,8,4,5,2,0,8,7,9,5,8,2,6,4,0,0,4,3,1,5,6,8,7,0,3,2,5,9,4,1,5,4,2,1,8,6,5,0,3,4,7,9,9,4,6,3,2,0
%N A189962 Decimal expansion of 3*(1 + 3*sqrt(5))/11.
%C A189962 The constant at A189961 is the shape of a rectangle whose continued fraction partition consists of 4 golden rectangles.  For a general discussion, see A188635.
%H A189962 G. C. Greubel, <a href="/A189962/b189962.txt">Table of n, a(n) for n = 1..10000</a>
%F A189962 Continued fraction (as explained at A188635): [r,r,r,r], where r = (1 + sqrt(5))/2. Ordinary continued fraction, as given by Mathematica program shown below:
%F A189962 [2,9,1,3,1,1,3,9,1,3,1,1,3,9,1,3,1,1,3,...]
%e A189962 2.10223743613619156978932391078013510172414229422761...
%t A189962 r=(1+5^(1/2))/2;
%t A189962 FromContinuedFraction[{r,r,r,r}]
%t A189962 FullSimplify[%]
%t A189962 N[%,130]
%t A189962 RealDigits[%]  (*A189962*)
%t A189962 ContinuedFraction[%%]
%t A189962 RealDigits[3 (1+3*Sqrt[5])/11,10,150][[1]] (* _Harvey P. Dale_, Sep 11 2023 *)
%o A189962 (PARI) 3*(1+3*sqrt(5))/11 \\ _G. C. Greubel_, Jan 13 2018
%o A189962 (Magma) 3*(1+3*Sqrt(5))/11 // _G. C. Greubel_, Jan 13 2018
%Y A189962 Cf. A188635, A189961, A189963.
%K A189962 nonn,cons
%O A189962 1,1
%A A189962 _Clark Kimberling_, May 02 2011
%E A189962 Definition corrected by _G. C. Greubel_, Jan 13 2018