Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #4 Dec 12 2024 22:59:33
%S 7,1,2,0,8,1,2,6,6,1,7,6,1,2,6,1,5,4,1,9,5,4,4,4,3,4,0,8,7,3,5,4,8,1,
%T 0,4,7,2,1,7,2,0,2,8,3,2,9,9,4,2,9,7,4,1,8,8,7,8,7,2,1,1,5,4,4,1,1,0,
%U 6,3,5,9,6,2,7,6,0,8,9,9,9,7,4,4,5,1,4,2,3,2,5,5,9,2,4,5,7,3,3,7
%N Decimal expansion of 1/(phi*log(4 - phi)).
%D Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 5.6.8, p. 311.
%e 0.712081266176126154195444340873548104721720283299...
%t RealDigits[(GoldenRatio Log[4-GoldenRatio])^(-1),10,100][[1]]
%Y Cf. A001622, A079585, A378968.
%K nonn,cons,new
%O 0,1
%A _Stefano Spezia_, Dec 12 2024