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.

A011194 Decimal expansion of 15th root of 4.

Original entry on oeis.org

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

Views

Author

Keywords

Programs

  • Mathematica
    RealDigits[Power[4, (15)^-1],10,120][[1]]  (* Harvey P. Dale, Apr 21 2011 *)
    RealDigits[Surd[4,15],10,120][[1]] (* Harvey P. Dale, Feb 01 2025 *)
  • PARI
    sqrtn(4, 15) \\ Michel Marcus, Sep 04 2014