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.

A040879 Continued fraction for sqrt(910).

Original entry on oeis.org

30, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60
Offset: 0

Views

Author

Keywords

Programs

  • Maple
    with(numtheory): Digits := 300: convert(evalf(sqrt(910)),confrac);
  • Mathematica
    Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[910],100]] (* or *) PadRight[{30},100,{60,6}] (* Harvey P. Dale, Mar 05 2019 *)