OFFSET
1,5
COMMENTS
Weisstein explains a term apparently coined by Ian Stewart: "Ultraradical: A symbol which can be used to express solutions not obtainable by finite root extraction. The solution to the irreducible quintic equation x^5 + x = a" can be written Ultraradical(a). We know from the classic papers by Abel and Galois of the unsolvability of the general quintic. The constant given here results from numerical evaluation of the irreducible quintic equation x^5 + x = e.
REFERENCES
G. Birkhoff and S. Mac Lane, "Insolvability of Quintic Equations." Section 15.8 in A Survey of Modern Algebra, 5th ed. New York: Macmillan, pp. 418-421, 1996.
C. Runge, "Über die aufloesbaren Gleichungen von der Form x^5 + ux + v = 0", Acta Math. 7, 173-186, 1885. [German]
LINKS
Eric Weisstein's World of Mathematics, Ultraradical
Eric Weisstein's World of Mathematics, Quintic Equation
Eric Weisstein's World of Mathematics, e
Wikipedia, Bring radical
FORMULA
The decimal expansion of e is given in A001113.
EXAMPLE
1.10093266519...
MATHEMATICA
RealDigits[x/.FindRoot[x^5+x==E, {x, 1.1}, WorkingPrecision->150]][[1]] (* Harvey P. Dale, Mar 09 2011 *)
RealDigits[ Root[ #^5 + # - E&, 1], 10, 100] // First (* Jean-François Alcover, Feb 27 2013 *)
PROG
(PARI) solve(x=1, 2, x^5+x-exp(1)) \\ Charles R Greathouse IV, May 28 2014
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Jonathan Vos Post, Apr 11 2005
STATUS
approved