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 #13 Sep 08 2022 08:45:39
%S 3,5,6,2,0,7,1,8,7,1,0,8,0,2,2,1,7,6,5,1,4,1,7,7,0,7,8,0,0,1,2,9,0,5,
%T 2,9,2,9,7,7,5,7,1,6,2,7,7,2,8,1,3,7,0,0,0,3,9,5,7,6,4,5,7,7,9,0,8,6,
%U 7,5,8,0,3,5,9,2,5,9,3,4,4,6,6,3,8,7,4,0,6,5,5,4,9,7,7,2,8,6,1
%N Decimal expansion of log_7(2).
%H Vincenzo Librandi, <a href="/A152713/b152713.txt">Table of n, a(n) for n = 0..1000</a>
%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%e .35620718710802217651417707800129052929775716277281370003957...
%t RealDigits[Log[7, 2], 10, 100][[1]] (* _Vincenzo Librandi_, Aug 31 2013 *)
%o (PARI) default(realprecision, 100); log(2)/log(7) \\ _G. C. Greubel_, Sep 02 2018
%o (Magma) SetDefaultRealField(RealField(100)); Log(2)/Log(7); // _G. C. Greubel_, Sep 02 2018
%Y Cf. decimal expansion of log_7(m): this sequence, A152945 (m=3), A153103 (m=4), A153203 (m=5), A153463 (m=6), A153755 (m=8), A113211 (m=9), A154158 (m=10), A154179 (m=11), A154200 (m=12), A154294 (m=13), A154467 (m=14), A154572 (m=15), A154793 (m=16), A154857 (m=17), A154912 (m=18), A155059 (m=19), A155496 (m=20), A155591 (m=21), A155735 (m=22), A155824 (m=23), A155964 (m=24).
%K nonn,cons
%O 0,1
%A _N. J. A. Sloane_, Oct 30 2009