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.

A042281 Denominators of continued fraction convergents to sqrt(666).

Original entry on oeis.org

1, 1, 5, 26, 31, 57, 373, 430, 2093, 2523, 17231, 19754, 36985, 204679, 855701, 1060380, 53874701, 54935081, 273615025, 1423010206, 1696625231, 3119635437, 20414437853, 23534073290, 114550731013, 138084804303, 943059556831, 1081144361134, 2024203917965
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A042280.

Programs

  • Mathematica
    Denominator[Convergents[Sqrt[666], 30]] (* Vincenzo Librandi, Jan 19 2014 *)

Extensions

More terms from Vincenzo Librandi, Jan 19 2014

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.