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!)
A188733 Decimal expansion of (9+sqrt(145))/8. 1

%I #20 Sep 08 2022 08:45:56

%S 2,6,3,0,1,9,9,3,2,2,3,4,9,0,3,6,9,3,5,0,1,6,0,3,0,1,2,8,7,9,7,3,2,6,

%T 0,0,6,5,5,3,1,6,9,0,5,0,6,3,1,7,2,9,2,4,4,0,0,9,0,5,4,1,6,5,5,6,5,8,

%U 1,1,6,4,4,1,9,5,7,2,5,8,1,8,4,3,2,2

%N Decimal expansion of (9+sqrt(145))/8.

%C Decimal expansion of shape of a (9/4)-extension rectangle; see A188640 for definitions of shape and r-extension rectangle. Briefly, shape=length/width, and an r-extension rectangle is composed of two rectangles of shape r. The (periodic) continued fraction of the constant is [2,1,1,1,2,2,1,1,1,2,2,1,...].

%H G. C. Greubel, <a href="/A188733/b188733.txt">Table of n, a(n) for n = 1..10000</a>

%e 2.6301993223490369350160301287973260065531690506317...

%p evalf((9+sqrt(145))/8,120); # _Muniru A Asiru_, Nov 01 2018

%t r = 9/4; t = (r + (4 + r^2)^(1/2))/2; FullSimplify[t]

%t N[t, 130]

%t RealDigits[N[t, 130]][[1]]

%t ContinuedFraction[t, 120]

%o (PARI) (9+sqrt(145))/8 \\ _Michel Marcus_, Sep 03 2014

%o (Magma) SetDefaultRealField(RealField(100)); (9+Sqrt(145))/8; // _G. C. Greubel_, Nov 01 2018

%Y Cf. A188640.

%K nonn,cons

%O 1,1

%A _Clark Kimberling_, Apr 10 2011

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 27 05:51 EDT 2024. Contains 372009 sequences. (Running on oeis4.)