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(12)/log(2).
17

%I #22 Nov 16 2024 10:20:22

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

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

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

%N Decimal expansion of log(12)/log(2).

%H Vincenzo Librandi, <a href="/A020864/b020864.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 1 + A020859. - _R. J. Mathar_, Oct 25 2008

%F Equals 2 + A020857 = -1 + A155921. - _Jianing Song_, Nov 16 2024

%e 3.58496250072115618145373894394781650875981440.....

%t RealDigits[Log[2, 12], 10, 100][[1]] (* _Vincenzo Librandi_, Aug 29 2013 *)

%o (PARI) log(12)/log(2) \\ _Charles R Greathouse IV_, May 15 2019

%Y Cf. decimal expansion of log_2(m): A020857 (m=3), A020858 (m=5), A020859 (m=6), A020860 (m=7), A020861 (m=9), A020862 (m=10), A020863 (m=11), this sequence, A152590 (m=13), A154462 (m=14), A154540 (m=15), A154847 (m=17), A154905 (m=18), A154995 (m=19), A155172 (m=20), A155536 (m=21), A155693 (m=22), A155793 (m=23), A155921 (m=24).

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_.