A154751 Decimal expansion of log_3(16).
2, 5, 2, 3, 7, 1, 9, 0, 1, 4, 2, 8, 5, 8, 2, 9, 7, 4, 8, 3, 9, 8, 1, 0, 8, 4, 5, 7, 3, 7, 1, 0, 4, 3, 4, 1, 7, 1, 9, 8, 3, 4, 2, 5, 6, 0, 5, 2, 7, 5, 2, 1, 7, 1, 1, 4, 8, 2, 6, 1, 9, 7, 7, 5, 3, 5, 4, 7, 4, 0, 8, 0, 5, 5, 2, 3, 6, 5, 9, 2, 2, 0, 2, 4, 4, 6, 9, 0, 7, 5, 4, 1, 9, 7, 8, 0, 6, 9, 8
Offset: 1
Examples
2.5237190142858297483981084573710434171983425605275217114826...
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- Yun Yang, Yanhua Yu, The generalization of Sierpinski carpet and Sierpinski triangle in n-dimensional space, arXiv:1702.04901 [math.DG], 2017.
- Index entries for transcendental numbers
Programs
-
Mathematica
RealDigits[Log[3, 16], 10, 120][[1]] (* Vincenzo Librandi, Aug 29 2013 *)
Comments