login

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”).

Decimal expansion of log_phi(Pi), where phi is the golden ratio.
0

%I #12 May 04 2012 19:55:07

%S 2,3,7,8,8,4,8,2,0,4,1,3,0,5,0,4,5,2,3,8,7,2,4,0,6,3,9,1,0,7,6,6,5,1,

%T 9,4,9,1,6,0,1,3,8,4,8,4,8,3,3,6,3,0,7,9,8,2,1,9,1,6,4,7,8,9,3,1,3,1,

%U 3,7,8,7,9,6,9,7,4,1,1,3,6,7,1,4,4,5,0,0,5,9,2,9,3,8,3,0,0,4,4,6,9,9,6,0,5

%N Decimal expansion of log_phi(Pi), where phi is the golden ratio.

%C Reciprocal of A182501.

%F Equals 1/A182501.

%e 2.37884820413050452387240639107665194916013848483363...

%t RealDigits[ N[Log[Pi]/Log[GoldenRatio], 105]] [[1]]

%Y Cf. A000796, A001622, A182501.

%K nonn,cons

%O 1,1

%A _Volker Werner_, May 04 2012