%I A094214
%S A094214 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 A094214 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 A094214 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 A094214 Decimal expansion of phi - 1 = GoldenRatio - 1 (cf. A001622).
%H A094214 Harry J. Smith, <a href="b094214.txt">Table of n, a(n) for n=0,...,20000</
a>
%H A094214 Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/
GoldenRatioConjugate.html">GoldenRatioConjugate</a>
%e A094214 0.618033988749894848204586834...
%o A094214 (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));
} [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 19 2009]
%Y A094214 Cf. A001622.
%Y A094214 Cf. A104457.
%Y A094214 Sequence in context: A046902 A143019 A156921 this_sequence A001622 A021622
A073228
%Y A094214 Adjacent sequences: A094211 A094212 A094213 this_sequence A094215 A094216
A094217
%K A094214 cons,nonn
%O A094214 0,1
%A A094214 Cino Hilliard (hillcino368(AT)gmail.com), May 27 2004
%E A094214 Edited by Eric Weisstein (eric(AT)weisstein.com), Apr 17 2006
%E A094214 Fixed my PARI program, had -n Harry J. Smith (hjsmithh(AT)sbcglobal.net),
May 19 2009
|