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.

A232092 Decimal expansion of the real root of x^2013 - x - 1 = 0.

Original entry on oeis.org

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

Views

Author

Jake Lai, Nov 18 2013

Keywords

Examples

			1.00034448028636...
		

Programs

  • Maple
    Digits:= 200:
    fsolve((arcsinh@@2)(x^2013 -x -1));  # Alois P. Heinz, Nov 29 2013
  • Mathematica
    FindRoot[-1 - x + x^2013 == 0, {x, 0.896226, 1.09623}, WorkingPrecision -> 15]
  • PARI
    solve(x=0.896226, 1.09623, x^2013-x-1) \\ Michel Marcus, Nov 27 2013

Formula

Approximately 1 + (log 2)/2013. - Charles R Greathouse IV, Nov 27 2013