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.

A010241 Continued fraction for cube root of 11.

Original entry on oeis.org

2, 4, 2, 6, 1, 1, 2, 1, 2, 9, 88, 2, 1, 2, 1, 8, 1, 1, 3, 4, 1, 7, 1, 40, 1, 1, 36, 2, 3, 1, 29, 6, 3, 1, 2, 2, 5, 1, 4, 1, 10, 5, 1, 2, 1, 1, 1, 88, 4, 4, 3, 5, 3, 7, 1, 1, 17, 5, 4, 3, 4, 3, 5, 1, 5, 103, 1, 1, 1, 12, 4, 1, 1, 4, 1, 1
Offset: 0

Views

Author

Keywords

Programs

  • Maple
    numtheory:-cfrac(11^(1/3),100,'quotients'); # Robert Israel, Apr 12 2021
  • Mathematica
    ContinuedFraction[11^(1/3),80] (* Harvey P. Dale, Mar 25 2012 *)