A154155 Decimal expansion of log_4 (10).
1, 6, 6, 0, 9, 6, 4, 0, 4, 7, 4, 4, 3, 6, 8, 1, 1, 7, 3, 9, 3, 5, 1, 5, 9, 7, 1, 4, 7, 4, 4, 6, 9, 5, 0, 8, 7, 9, 3, 2, 4, 1, 5, 6, 9, 6, 5, 1, 2, 2, 9, 0, 3, 0, 6, 0, 2, 7, 3, 7, 8, 1, 9, 7, 9, 0, 7, 9, 6, 7, 3, 8, 8, 3, 0, 4, 3, 1, 2, 6, 0, 7, 9, 2, 5, 0, 6, 9, 8, 7, 1, 6, 7, 9, 6, 8, 5, 0, 7
Offset: 1
Examples
1.660964047443681173935159714744695087932415696512290306027378...
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- Index entries for transcendental numbers
Crossrefs
Cf. decimal expansion of log_4(m): A094148 (m=3), A153201 (m=5), A153460 (m=6), A153615 (m=7), this sequence, 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), A155936 (m=24).
Programs
-
Maple
evalf(log[4](10),100); # Wesley Ivan Hurt, Jan 29 2017
-
Mathematica
RealDigits[Log[4,10],10,120][[1]] (* Harvey P. Dale, May 07 2013 *)