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.

A256888 Terms of the continued fraction expansion of 1 + sqrt(64 / 37).

Original entry on oeis.org

2, 3, 5, 1, 3, 1, 3, 1, 5, 3, 2, 3, 5, 1, 3, 1, 3, 1, 5, 3, 2, 3, 5, 1, 3, 1, 3, 1, 5, 3, 2, 3, 5, 1, 3, 1, 3, 1, 5, 3, 2, 3, 5, 1, 3, 1, 3, 1, 5, 3, 2, 3, 5, 1, 3, 1, 3, 1, 5, 3, 2, 3, 5, 1, 3, 1, 3, 1, 5, 3, 2, 3, 5, 1, 3, 1, 3, 1, 5, 3, 2, 3, 5, 1, 3, 1, 3, 1, 5, 3
Offset: 1

Views

Author

Keywords

Comments

The number sqrt(64/37) is of interest because "Lieb's square ice constant" is sqrt(64/27) and 27+37 = 64 and 27*37 = 999. Adding 1 to sqrt(64/37) creates a continued fraction with a cycle length of 10.

Crossrefs

Cf. A118273.

Programs

  • Mathematica
    ContinuedFraction[1 + Sqrt[64/37], 120] (* Michael De Vlieger, Apr 24 2015 *)