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.

This page as a plain text file.
%I A232092 #21 Nov 29 2013 15:48:27
%S A232092 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,
%T A232092 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,
%U A232092 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
%N A232092 Decimal expansion of the real root of x^2013 - x - 1 = 0.
%F A232092 Approximately 1 + (log 2)/2013. - _Charles R Greathouse IV_, Nov 27 2013
%e A232092 1.00034448028636...
%p A232092 Digits:= 200:
%p A232092 fsolve((arcsinh@@2)(x^2013 -x -1));  # _Alois P. Heinz_, Nov 29 2013
%t A232092 FindRoot[-1 - x + x^2013 == 0, {x, 0.896226, 1.09623}, WorkingPrecision -> 15]
%o A232092 (PARI) solve(x=0.896226, 1.09623, x^2013-x-1) \\ _Michel Marcus_, Nov 27 2013
%K A232092 nonn,cons,less
%O A232092 1,5
%A A232092 _Jake Lai_, Nov 18 2013