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!)
A356032 Decimal expansion of the positive real root of x^4 + x - 1. 1
7, 2, 4, 4, 9, 1, 9, 5, 9, 0, 0, 0, 5, 1, 5, 6, 1, 1, 5, 8, 8, 3, 7, 2, 2, 8, 2, 1, 8, 7, 0, 3, 6, 5, 6, 5, 7, 8, 6, 4, 9, 4, 4, 8, 1, 3, 5, 0, 0, 1, 1, 0, 1, 7, 2, 7, 0, 3, 9, 8, 0, 2, 8, 4, 3, 7, 4, 5, 2, 9, 0, 6, 4, 7, 5, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The other real (negative) root is -A060007.
One of the pair of complex conjugate roots is obtained by negating sqrt(2*u) and sqrt(u) in the formula for r below, giving 0.248126062... - 1.033982060...*i.
LINKS
FORMULA
r = (-sqrt(2)*u + sqrt(sqrt(2*u) - 2*u^2))/(2*sqrt(u)), with u = (Ap^(1/3) + ep*Am^(1/3))/3, where Ap = (3/16)*(9 + sqrt(3*283)), Am = (3/16)*(9 - sqrt(3*283)) and ep = (-1 + sqrt(3)*i)/2, with i = sqrt(-1). For the trigonometric version set u = (2/3)*sqrt(3)*sinh((1/3)*arcsinh((3/16)* sqrt(3))).
EXAMPLE
r = 0.724491959000515611588372282187036565786494481350011017270...
MATHEMATICA
First[RealDigits[x/.N[{x->Root[-1+#1+#1^4 &, 2, 0]}, 75]]] (* Stefano Spezia, Aug 27 2022 *)
PROG
(PARI) solve(x=0, 1, x^4 + x - 1) \\ Michel Marcus, Aug 28 2022
CROSSREFS
Cf. A060007.
Sequence in context: A257096 A121562 A167902 * A154174 A257452 A021142
KEYWORD
nonn,cons,easy
AUTHOR
Wolfdieter Lang, Aug 27 2022
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 May 9 19:33 EDT 2024. Contains 372354 sequences. (Running on oeis4.)