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.

A016651 Decimal expansion of log(28).

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			3.332204510175203923939816986359532865788084998302371696700750168924367....
		

References

  • Milton Abramowitz and Irene A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 2.

Crossrefs

Cf. A016456 Continued fraction.

Programs

  • Mathematica
    RealDigits[Log[28], 10, 100][[1]] (* Alonso del Arte, Apr 08 2015 *)
  • PARI
    default(realprecision, 20080); x=log(28); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016651.txt", n, " ", d)); \\ Harry J. Smith, May 20 2009

Formula

Equals A002162 + A016637. - R. J. Mathar, Jul 22 2025

A016442 Continued fraction for log(14).

Original entry on oeis.org

2, 1, 1, 1, 3, 2, 1, 3, 1, 7, 1, 4, 8, 4, 10, 1, 2, 1, 9, 1, 5, 4, 2, 4, 5, 2, 3, 123, 10, 12, 4, 1, 1, 1, 1, 1, 2, 2, 9, 4, 1, 4, 11, 2, 1, 8, 2, 2, 3, 3, 11, 16, 2, 2, 3, 7, 1, 1, 1, 95, 5, 34, 1, 2, 4, 1, 2, 3, 1, 1, 1, 37, 6, 38, 1, 26
Offset: 1

Views

Author

Keywords

Examples

			2.639057329615258614522584864... = 2 + 1/(1 + 1/(1 + 1/(1 + 1/(3 + ...)))). - _Harry J. Smith_, May 16 2009
		

Crossrefs

Cf. A016637 (decimal expansion). - Harry J. Smith, May 16 2009

Programs

  • Mathematica
    ContinuedFraction[Log[14],80] (* Harvey P. Dale, Jan 22 2012 *)
  • PARI
    { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(14)); for (n=1, 20000, write("b016442.txt", n, " ", x[n])); } \\ Harry J. Smith, May 16 2009
Showing 1-2 of 2 results.