OFFSET
1,3
COMMENTS
The other (complex) roots are 0.181232444469875383... + 1.08395410131771066...*i, and -0.764884433600584726... + 0.352471546031726249...*i, together with their complex conjugates. - Wolfdieter Lang, Dec 15 2022
This quintic is in some sense the smallest and/or simplest algebraic equation for which there is no explicit expression for the roots. (The "equivalent" quintic x^5 - x + 1 has the opposite real root, x = -1.1673..., while x^5 + x + 1 = (x^2 + x + 1)(x^3 - x^2 + 1).) - M. F. Hasler, Jul 12 2025
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..20000
David W. Boys, The maximal modulus of an algebraic integer, Math. Comp. 45 (1985) 243-249, table page S18.
Wikipedia, Abel-Ruffini theorem, created Nov. 27, 2002, retrieved July 12, 2025.
Qiang Wu, The smallest Perron numbers, Math. Comp. 79 (2010) 2387-2394.
FORMULA
Equals (1 + (1 + (1 + (1 + (1 + ...)^(1/5))^(1/5))^(1/5))^(1/5))^(1/5). - Ilya Gutkovskiy, Dec 15 2017
EXAMPLE
1.16730397826141868425604589985484218072056037152548903914008244927565...
MATHEMATICA
RealDigits[Root[x^5-x-1, x, 1], 10, 105] // First (* Jean-François Alcover, Jul 09 2015 *)
PROG
(PARI) localprec(20080); r=real(polroots('x^5 - 'x - 1)[1]); for (n=1, 20000, d=floor(r); r=(r-d)*10; write("b160155.txt", n, " ", d)) \\ Edited by M. F. Hasler, Jul 12 2025
(PARI) polrootsreal(x^5-x-1)[1] \\ Charles R Greathouse IV, Apr 14 2014
CROSSREFS
KEYWORD
AUTHOR
Harry J. Smith, May 03 2009
STATUS
approved
