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!)
A090550 Decimal expansion of solution to n/x = x - n for n = 5. 15

%I #29 Nov 16 2023 13:13:49

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

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

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

%N Decimal expansion of solution to n/x = x - n for n = 5.

%C n/x = x - n with n = 1 gives the Golden Ratio = 1.6180339887...

%C Equals n + n/(n + n/(n + n/(n + ....))) for n = 5. See also A090388. - _Stanislav Sykora_, Jan 23 2014

%H Chai Wah Wu, <a href="/A090550/b090550.txt">Table of n, a(n) for n = 1..10001</a>

%F n/x = x - n ==> x^2 - n*x - n = 0 ==> x = (n + sqrt(n^2 + 4*n)) / 2 (Positive Root) n = 5: x = (5 + sqrt(45))/2 = 5.85410196624968454...

%F Equals (5 + 3*sqrt(5))/2 = 1 + 3*phi = sqrt(5)*(phi)^2, where phi is the golden ratio. - _G. C. Greubel_, Jul 03 2017

%F Equals 2*phi^3 - phi^2. - _Michel Marcus_, Apr 20 2020

%F Minimal polynomial is x^2 - 5x - 5 (this number is an algebraic integer). - _Alonso del Arte_, Apr 20 2020(n).

%F Equals lim_{n->oo} A057088(n+1)/A057088(n) = 1 + 3*phi. - _Wolfdieter Lang_, Nov 16 2023

%e 5.85410196624968454...

%t RealDigits[(5 + 3 Sqrt[5])/2, 10, 120][[1]] (* _Harvey P. Dale_, Nov 27 2013 *)

%o (PARI) (5 + 3*sqrt(5))/2 \\ _G. C. Greubel_, Jul 03 2017

%Y Cf. n + n/(n + n/(n + ...)): A090388 (n = 2), A090458 (n = 3), A090488 (n = 4), A092294 (n = 6), A092290 (n = 7), A090654 (n = 8), A090655 (n = 9), A090656 (n = 10). - _Stanislav Sykora_, Jan 23 2014

%Y Cf. A001622, A057088.

%K easy,nonn,cons

%O 1,1

%A _Felix Tubiana_, Feb 05 2004

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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)