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.

Showing 1-2 of 2 results.

A042280 Numerators of continued fraction convergents to sqrt(666).

Original entry on oeis.org

25, 26, 129, 671, 800, 1471, 9626, 11097, 54014, 65111, 444680, 509791, 954471, 5282146, 22083055, 27365201, 1390343105, 1417708306, 7061176329, 36723589951, 43784766280, 80508356231, 526834903666
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A042281.

Programs

  • Mathematica
    Numerator[Convergents[Sqrt[666], 30]] (* Vincenzo Librandi, Nov 20 2013 *)

A040640 Continued fraction for sqrt(666).

Original entry on oeis.org

25, 1, 4, 5, 1, 1, 6, 1, 4, 1, 6, 1, 1, 5, 4, 1, 50, 1, 4, 5, 1, 1, 6, 1, 4, 1, 6, 1, 1, 5, 4, 1, 50, 1, 4, 5, 1, 1, 6, 1, 4, 1, 6, 1, 1, 5, 4, 1, 50, 1, 4, 5, 1, 1, 6, 1, 4, 1, 6, 1, 1, 5, 4, 1, 50, 1, 4, 5, 1, 1, 6, 1, 4, 1, 6, 1, 1, 5, 4, 1, 50, 1, 4, 5, 1, 1, 6, 1, 4, 1
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A042280/A042281 (convergents), A366248.

Programs

  • Maple
    with(numtheory): Digits := 300: convert(evalf(sqrt(666)),confrac);
  • Mathematica
    ContinuedFraction[Sqrt[666],100] (* Paolo Xausa, Oct 14 2023 *)
Showing 1-2 of 2 results.