login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A189962 Decimal expansion of 3*(1 + 3*sqrt(5))/11. 3
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, 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, 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 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
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.
LINKS
FORMULA
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:
[2,9,1,3,1,1,3,9,1,3,1,1,3,9,1,3,1,1,3,...]
EXAMPLE
2.10223743613619156978932391078013510172414229422761...
MATHEMATICA
r=(1+5^(1/2))/2;
FromContinuedFraction[{r, r, r, r}]
FullSimplify[%]
N[%, 130]
RealDigits[%] (*A189962*)
ContinuedFraction[%%]
RealDigits[3 (1+3*Sqrt[5])/11, 10, 150][[1]] (* Harvey P. Dale, Sep 11 2023 *)
PROG
(PARI) 3*(1+3*sqrt(5))/11 \\ G. C. Greubel, Jan 13 2018
(Magma) 3*(1+3*Sqrt(5))/11 // G. C. Greubel, Jan 13 2018
CROSSREFS
Sequence in context: A062243 A128095 A316658 * A308321 A097854 A161515
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, May 02 2011
EXTENSIONS
Definition corrected by G. C. Greubel, Jan 13 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)