This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A154010 #11 Aug 21 2023 09:57:43 %S A154010 1,0,5,6,6,4,1,6,6,7,1,4,7,4,3,7,4,5,4,3,0,2,4,9,2,6,2,9,2,9,8,5,4,4, %T A154010 3,3,9,1,7,3,2,0,9,6,0,5,1,2,8,3,2,0,7,0,6,9,7,0,5,0,1,7,6,9,6,9,4,0, %U A154010 6,5,4,8,5,1,9,6,2,3,9,0,4,1,6,8,1,5,2,0,3,1,6,6,1,2,0,5,8,8,2 %N A154010 Decimal expansion of log_8 (9). %H A154010 Vincenzo Librandi, <a href="/A154010/b154010.txt">Table of n, a(n) for n = 1..1000</a> %H A154010 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a> %e A154010 1.0566416671474374543024926292985443391732096051283207069705... %t A154010 RealDigits[Log[8, 9], 10, 100][[1]] (* _Vincenzo Librandi_, Aug 31 2013 *) %o A154010 (PARI) default(realprecision, 100); log(9)/log(8) \\ _G. C. Greubel_, Aug 31 2018 %o A154010 (Magma) SetDefaultRealField(RealField(100)); Log(9)/Log(8); // _G. C. Greubel_, Aug 31 2018 %Y A154010 Cf. decimal expansion of log_8(m): A152956 (m=3), A153204 (m=5), A153493 (m=6), A153618 (m=7), this sequence, A154159 (m=10), A154180 (m=11), A154201 (m=12), A154309 (m=13), A154468 (m=14), A154574 (m=15), A154858 (m=17), A154927 (m=18), A155060 (m=19), A155502 (m=20), A155675 (m=21), A155741 (m=22), A155827 (m=23), A155975 (m=24). %K A154010 nonn,cons %O A154010 1,3 %A A154010 _N. J. A. Sloane_, Oct 30 2009