%I #114 Oct 19 2024 15:57:32
%S 6,1,8,0,3,3,9,8,8,7,4,9,8,9,4,8,4,8,2,0,4,5,8,6,8,3,4,3,6,5,6,3,8,1,
%T 1,7,7,2,0,3,0,9,1,7,9,8,0,5,7,6,2,8,6,2,1,3,5,4,4,8,6,2,2,7,0,5,2,6,
%U 0,4,6,2,8,1,8,9,0,2,4,4,9,7,0,7,2,0,7,2,0,4,1,8,9,3,9,1,1,3,7,4,8,4
%N Decimal expansion of 1/phi = phi - 1.
%C Edge length of a regular decagon with unit circumradius. - _Stanislav Sykora_, May 07 2014
%C The value a+0i is the only invariant point of the complex-plane endomorphism M(z)=sqrt(2-sqrt(2+z)), and also its unique attractor, with the iterations converging exponentially from any starting complex value. Hence the infinite radical formula. - _Stanislav Sykora_, Apr 29 2016
%C With a minus sign, this constant is called beta and shares many identities with phi = A001622 (also called alpha); e.g., beta * phi = -1, Lucas numbers L(n) = A000032(n) = phi^n + beta^n. - _Andrés Ventas_, Apr 23 2022
%H Harry J. Smith, <a href="/A094214/b094214.txt">Table of n, a(n) for n = 0..20000</a>
%H Aziz El Kacimi, <a href="http://images-archive.math.cnrs.fr/Des-triangles-dores.html">Des triangles dorés</a>, Images des Mathématiques, CNRS, 2016 (in French).
%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Decagon.html">Decagon</a>.
%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/GoldenRatioConjugate.html">Golden Ratio Conjugate</a>.
%H <a href="/index/Al#algebraic_02">Index entries for algebraic numbers, degree 2</a>
%F Equals sqrt(2-sqrt(2+sqrt(2-sqrt(2+ ...)))). - _Stanislav Sykora_, Apr 29 2016
%F From _Christian Katzmann_, Mar 19 2018: (Start)
%F Equals Sum_{n>=0} (15*(2*n)!-8*n!^2)/(2*n!^2*3^(2*n+2)).
%F Equals -1/2 + Sum_{n>=0} 5*(2*n)!/(2*n!^2*3^(2*n+1)). (End)
%F Equals i^(4/5) + i^(-4/5). - _Gary W. Adamson_, Feb 05 2022
%F From _Andrés Ventas_, Apr 23 2022: (Start)
%F Equals (sqrt(5)-1)/2.
%F Equals 2*sin(Pi/10). (End)
%F Equals tan(arctan(2)/2). - _Amiram Eldar_, Jun 29 2023
%F Positive solution y to y = Integral_{0..1} x^y dx. - _Andrea Pinos_, Jun 24 2024
%e 0.6180339887498948482045868343656381177203091798057628621354486227052604628...
%t RealDigits[N[GoldenRatio-1,200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 20 2011*)
%o (PARI) default(realprecision, 20080); x=(sqrt(5)-1)/2; d=0; for (n=0, 20000, x=(x-d)*10; d=floor(x); write("b094214.txt", n, " ", d)); \\ _Harry J. Smith_, Apr 19 2009
%o (PARI) (sqrt(5)-1)/2 \\ _Michel Marcus_, Mar 21 2016
%o (PARI)
%o a(n) = floor( 10^(n+1)*(quadgen(5)-1)%10);
%o alist(len) = digits(floor((quadgen(5)-1)*10^len)); \\ _Chittaranjan Pardeshi_, May 31 2022
%Y Cf. A001622, A104457, A000032.
%K cons,nonn,easy
%O 0,1
%A _Cino Hilliard_, May 27 2004
%E Edited by _Eric W. Weisstein_, Apr 17 2006