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!)
A176537 Decimal expansion of 5 + sqrt(26). 5

%I #28 Nov 15 2023 05:56:53

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

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

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

%N Decimal expansion of 5 + sqrt(26).

%C Continued fraction expansion of 5 + sqrt(26) is A010692.

%C This is the shape of a 10-extension rectangle; see A188640 for definitions. - _Clark Kimberling_, Apr 09 2011

%H Daniel Starodubtsev, <a href="/A176537/b176537.txt">Table of n, a(n) for n = 2..10000</a>

%H Wikipedia, <a href="https://en.wikipedia.org/wiki/Metallic_mean">Metallic mean</a>

%F a(n) = A010481(n-2) for n > 3.

%F Equals exp(arcsinh(5)), since arcsinh(x) = log(x + sqrt(x^2 + 1)). - _Stanislav Sykora_, Nov 01 2013

%F Equals limit_{n->infinity} S(n, 2*sqrt(2*13))/ S(n-1, 2*sqrt(2*13)), with the S-Chebyshev polynomilas (see A049310). - _Wolfdieter Lang_, Nov 15 2023

%e 5+sqrt(26) = 10.09901951359278483002...

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

%t N[t, 130]

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

%t RealDigits[5+Sqrt[26],10,120][[1]] (* _Harvey P. Dale_, Jun 24 2013 *)

%o (PARI) 5+sqrt(26) \\ _Michel Marcus_, Jul 23 2018

%Y Cf. A010481 (decimal expansion of sqrt(26)), A010692 (all 10's sequence).

%K cons,nonn,easy

%O 2,4

%A _Klaus Brockhaus_, Apr 24 2010

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 June 30 06:10 EDT 2024. Contains 373861 sequences. (Running on oeis4.)