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_4 (24).
18

%I #9 Aug 21 2023 09:54:22

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

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

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

%N Decimal expansion of log_4 (24).

%H Vincenzo Librandi, <a href="/A155936/b155936.txt">Table of n, a(n) for n = 1..1000</a>

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

%F 3/2 + A094148. - R. J. Mathar, Sep 24 2011

%e 2.2924812503605780907268694719739082543799072038462405302278...

%t RealDigits[Log[4, 24], 10, 100][[1]] (* _Vincenzo Librandi_, Aug 30 2013 *)

%Y Cf. decimal expansion of log_4(m): A094148 (m=3), A153201 (m=5), A153460 (m=6), A153615 (m=7), A154155 (m=10), A154176 (m=11), A154197 (m=12), A154224 (m=13), A154464 (m=14), A154543 (m=15), A154849 (m=17), A154909 (m=18), A155004 (m=19), A155183 (m=20), A155545 (m=21), A155695 (m=22), A155818 (m=23), this sequence.

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_, Oct 30 2009