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.

A185261 Decimal expansion of phi^(1/phi).

Original entry on oeis.org

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

Views

Author

Keywords

Crossrefs

Cf. A001622.

Programs

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