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(6)/log(1 + phi).
2

%I #15 May 15 2019 11:10:31

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

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

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

%N Decimal expansion of log(6)/log(1 + phi).

%C Capacity dimension of the pentaflake.

%H G. C. Greubel, <a href="/A113212/b113212.txt">Table of n, a(n) for n = 1..10000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Pentaflake.html">Pentaflake</a>

%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>

%e 1.8617159595009179397417880518867546039180287199517697508268327783438682305...

%t RealDigits[Log[1+GoldenRatio,6],10,120][[1]] (* _Harvey P. Dale_, Jan 20 2015 *)

%o (PARI) log(6)/log((3+sqrt(5))/2) \\ _Charles R Greathouse IV_, Jul 29 2011

%K nonn,cons,easy

%O 1,2

%A _Eric W. Weisstein_, Oct 17 2005