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.

User: Nicolas Boeglen

Nicolas Boeglen's wiki page.

Nicolas Boeglen has authored 1 sequences.

A376121 Continued fraction expansion of the real root of x^3 - 2*x^2 - 1.

Original entry on oeis.org

2, 4, 1, 6, 2, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 27, 1654, 1, 1, 6, 16, 7, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 3, 5, 3, 3, 1, 2, 3, 1, 2, 2, 197, 1, 8, 1, 1, 4, 1, 1, 3, 1, 5, 79, 1, 2, 1, 2, 15, 11, 2, 1, 3, 6, 4, 4, 17, 1, 12, 1, 1, 1, 1, 1, 1, 1, 3, 1, 7, 1, 1, 1, 1, 1, 7, 1, 2, 1, 6
Offset: 0

Author

Nicolas Boeglen, Sep 11 2024

Keywords

Comments

This constant is called the supersilver ratio.

Examples

			2 + 1/(4 + 1/(1 + 1/(6 + 1/(2 + ...)))) = 2.20556943040059031170202861...
		

Crossrefs

Cf. A356035 (decimal expansion).

Programs

  • Mathematica
    ContinuedFraction[Root[#^3 - 2*#^2 - 1 &, 1], 100] (* Paolo Xausa, Oct 02 2024 *)