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 #15 Apr 11 2024 15:13:16
%S 1,3,6,2,4,8,7,6,1,3,7,5,0,1,1,3,1,3,6,0,8,4,6,8,8,6,7,0,2,7,0,1,3,4,
%T 7,8,4,6,7,0,4,2,2,4,2,7,4,4,8,2,7,3,5,6,2,7,0,8,8,6,9,6,8,8,1,2,8,8,
%U 9,8,8,3,6,3,4,9,1,2,7,3,5,6,0,9,9,1,1,4,3,8,3,9,4,7,8,9,4,7,5
%N Decimal expansion of log_8 (17).
%H Vincenzo Librandi, <a href="/A154858/b154858.txt">Table of n, a(n) for n = 1..1000</a>
%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%F Equals A016640 / A016631 = A154847/3. - _R. J. Mathar_, Apr 11 2024
%e 1.3624876137501131360846886702701347846704224274482735627088...
%t RealDigits[Log[8, 17], 10, 100][[1]] (* _Vincenzo Librandi_, Sep 01 2013 *)
%o (PARI) default(realprecision, 100); log(17)/log(8) \\ _G. C. Greubel_, Aug 31 2018
%o (Magma) SetDefaultRealField(RealField(100)); Log(17)/Log(8); // _G. C. Greubel_, Aug 31 2018
%Y Cf. decimal expansion of log_8(m): A152956 (m=3), A153204 (m=5), A153493 (m=6), A153618 (m=7), A154010 (m=9), A154159 (m=10), A154180 (m=11), A154201 (m=12), A154309 (m=13), A154468 (m=14), A154574 (m=15), this sequence, A154927 (m=18), A155060 (m=19), A155502 (m=20), A155675 (m=21), A155741 (m=22), A155827 (m=23), A155975 (m=24).
%K nonn,cons
%O 1,2
%A _N. J. A. Sloane_, Oct 30 2009