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.

A153314 Decimal expansion of log_14 (5).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			.60985333451196234204541257004787018250692593732497484526953...
		

Crossrefs

Cf. decimal expansion of log_14(m): A152780 (m=2), A153017 (m=3), A153107 (m=4), this sequence, A153604 (m=6), A153624 (m=7), A153856 (m=8), A154014 (m=9), A154164 (m=10), A154185 (m=11), A154206 (m=12), A154396 (m=13), A154584 (m=15), A154814 (m=16), A154889 (m=17), A154971 (m=18), A155066 (m=19), A155526 (m=20), A155681 (m=21), A155773 (m=22), A155840 (m=23), A155984 (m=24).

Programs

  • Mathematica
    RealDigits[Log[14, 5], 10, 100][[1]] (* Vincenzo Librandi, Sep 02 2013 *)