login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A232092 Decimal expansion of the real root of x^2013 - x - 1 = 0. 0
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 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
Approximately 1 + (log 2)/2013. - Charles R Greathouse IV, Nov 27 2013
EXAMPLE
1.00034448028636...
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]
PROG
(PARI) solve(x=0.896226, 1.09623, x^2013-x-1) \\ Michel Marcus, Nov 27 2013
CROSSREFS
Sequence in context: A213509 A112180 A058559 * A345196 A185271 A352285
KEYWORD
nonn,cons,less
AUTHOR
Jake Lai, Nov 18 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)