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.

A011359 Decimal expansion of 15th root of 15.

Original entry on oeis.org

1, 1, 9, 7, 8, 6, 0, 0, 5, 8, 2, 6, 9, 6, 3, 6, 2, 4, 4, 4, 2, 7, 1, 6, 2, 8, 8, 1, 8, 1, 0, 0, 7, 5, 4, 6, 4, 3, 8, 0, 9, 0, 1, 7, 3, 8, 8, 9, 2, 8, 4, 1, 6, 9, 1, 6, 4, 4, 6, 5, 0, 9, 8, 7, 2, 9, 8, 3, 6, 4, 8, 5, 9, 0, 6, 9, 6, 4, 8, 1, 0, 3, 9, 3, 8, 5, 3, 7, 9, 5, 5, 0, 3, 2, 6, 3, 2, 3, 6
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    RealDigits[Surd[15,15],10,120][[1]] (* Harvey P. Dale, Jul 16 2016 *)
  • PARI
    sqrtn(15,15) \\ Edward Jiang, Sep 05 2014