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.

A154175 Decimal expansion of log_3 (11).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			2.1826583386441380810489804147319289235429615252009443602372...
		

Programs

  • Mathematica
    RealDigits[Log[3,11],10,150][[1]] (* Harvey P. Dale, May 23 2011 *)