cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A154463 Decimal expansion of log_3 (14).

Original entry on oeis.org

2, 4, 0, 2, 1, 7, 3, 5, 0, 2, 7, 3, 2, 8, 7, 9, 6, 9, 7, 1, 6, 7, 4, 5, 5, 4, 2, 1, 4, 2, 5, 2, 1, 8, 5, 7, 2, 3, 6, 6, 0, 5, 6, 9, 7, 4, 7, 2, 6, 1, 2, 3, 9, 0, 7, 2, 3, 9, 6, 4, 7, 5, 2, 1, 1, 1, 8, 5, 7, 1, 4, 0, 0, 0, 8, 3, 7, 2, 7, 0, 1, 5, 8, 9, 5, 4, 7, 3, 6, 7, 7, 8, 8, 6, 9, 6, 0, 7, 2
Offset: 1

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			2.4021735027328796971674554214252185723660569747261239072396...
		

Programs

  • Mathematica
    RealDigits[Log[3, 14], 10, 120][[1]] (* Vincenzo Librandi, Aug 29 2013 *)