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.

Showing 1-2 of 2 results.

A152901 Decimal expansion of log_24 (2).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			0.21810429198553155922933780644338838862766042549949976761473...
		

Crossrefs

Cf. decimal expansion of log_24(m): this sequence, A153100 (m=3), A153200 (m=4), A153458 (m=5), A153614 (m=6), A153736 (m=7), A154007 (m=8), A154116 (m=9), A154174 (m=10), A154195 (m=11), A154216 (m=12), A154461 (m=13), A154538 (m=14), A154735 (m=15), A154846 (m=16), A154904 (m=17), A154994 (m=18), A155168 (m=19), A155535 (m=20), A155692 (m=21), A155792 (m=22), A155920 (m=23).

Programs

Formula

A002162 divided by A016647. - R. J. Mathar, Mar 22 2011

A016452 Continued fraction for log(24).

Original entry on oeis.org

3, 5, 1, 1, 1, 1, 1, 1, 6, 35660, 1, 3, 1, 2, 1, 3, 3, 2, 1, 13, 2, 4, 1, 16, 3, 7, 10, 2, 16, 1, 3, 1, 1, 9, 1, 1, 5, 2, 6, 2, 4, 203, 1, 4, 7, 1, 1, 1, 1, 2, 33, 1, 8, 1, 5, 2, 12, 136, 3, 6, 1, 1, 1, 1, 1, 37, 8, 1, 1, 3, 1, 27, 1
Offset: 1

Views

Author

Keywords

Examples

			3.178053830347945619646941601... = 3 + 1/(5 + 1/(1 + 1/(1 + 1/(1 + ...)))). - _Harry J. Smith_, May 19 2009
		

Crossrefs

Cf. A016647 Decimal expansion. - Harry J. Smith, May 19 2009

Programs

  • Mathematica
    ContinuedFraction[Log[24],120] (* Harvey P. Dale, Jun 04 2011 *)
  • PARI
    { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(24)); for (n=1, 20000, write("b016452.txt", n, " ", x[n])); } \\ Harry J. Smith, May 19 2009
Showing 1-2 of 2 results.