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.

A040447 Continued fraction for sqrt(469).

Original entry on oeis.org

21, 1, 1, 1, 10, 6, 10, 1, 1, 1, 42, 1, 1, 1, 10, 6, 10, 1, 1, 1, 42, 1, 1, 1, 10, 6, 10, 1, 1, 1, 42, 1, 1, 1, 10, 6, 10, 1, 1, 1, 42, 1, 1, 1, 10, 6, 10, 1, 1, 1, 42, 1, 1, 1, 10, 6, 10, 1, 1, 1, 42, 1, 1, 1, 10, 6, 10, 1, 1, 1, 42, 1, 1, 1, 10, 6, 10, 1, 1, 1, 42, 1
Offset: 0

Views

Author

Keywords

Programs

  • Maple
    with(numtheory): Digits := 300: convert(evalf(sqrt(469)),confrac);
  • Mathematica
    ContinuedFraction[Sqrt[469],90] (* or *) PadRight[{21},90,{42,1,1,1,10,6,10,1,1,1}] (* Harvey P. Dale, Mar 23 2013 *)