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.

A185262 Decimal expansion of 2^(1/phi).

Original entry on oeis.org

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

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    RealDigits[N[2^(1/GoldenRatio),200]][[1]]
  • PARI
    2^((sqrt(5)-1)/2) \\ Charles R Greathouse IV, Oct 01 2012