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.

A153610 Decimal expansion of log_20 (6).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			.59810400450184380317650484375697314948673393830589793012860...
		

Crossrefs

Cf. decimal expansion of log_20(m): A152821 (m=2), A153035 (m=3), A153124 (m=4), A153454 (m=5), this sequence, A153630 (m=7), A153872 (m=8), A154019 (m=9), A154170 (m=10), A154191 (m=11), A154212 (m=12), A154433 (m=13), A154492 (m=14), A154705 (m=15), A154838 (m=16), A154900 (m=17), A154976 (m=18), A155115 (m=19), A155687 (m=21), A155789 (m=22), A155907 (m=23), A156015 (m=24).

Programs

  • Mathematica
    RealDigits[Log[20, 6], 10, 120][[1]] (* Harvey P. Dale, Feb 19 2013 *)