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.

A092290 Decimal expansion of solution to n/x = x-n for n = 7.

Original entry on oeis.org

7, 8, 8, 7, 4, 8, 2, 1, 9, 3, 6, 9, 6, 0, 6, 1, 0, 3, 0, 2, 0, 3, 1, 9, 4, 1, 5, 3, 7, 0, 8, 1, 5, 4, 7, 8, 0, 4, 3, 7, 9, 3, 8, 4, 1, 3, 7, 7, 7, 2, 5, 1, 7, 9, 5, 4, 6, 3, 8, 4, 7, 8, 1, 4, 8, 9, 1, 3, 8, 2, 3, 2, 3, 1, 0, 9, 6, 5, 3, 1, 4, 0, 8, 3, 7, 8, 4, 6, 5, 7, 8, 5, 3, 4, 3, 5, 2, 8, 7, 7, 9
Offset: 1

Views

Author

Felix Tubiana, Feb 05 2004

Keywords

Comments

n/x = x-n with n=1 gives the Golden Ratio = 1.6180339887...
Equals n +n/(n +n/(n +n/(n +....))) for n = 7. See also A090388. - Stanislav Sykora, Jan 23 2014

Crossrefs

Cf. n+n/(n+n/(n+...)): A090388 (n=2), A090458 (n=3), A090488 (n=4), A090550 (n=5), A092294 (n=6), A090654 (n=8), A090655 (n=9), A090656 (n=10). - Stanislav Sykora, Jan 23 2014

Programs

Formula

n/x = x-n ==> x^2 - n*x - n = 0 ==> x = (n + sqrt(n^2 + 4*n)) / 2 (Positive Root) n = 7: x = (7 + sqrt(77))/2 = 7.88748219369606...