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.

A058283 Continued fraction for e^4.

Original entry on oeis.org

54, 1, 1, 2, 21, 4, 1, 1, 57, 2, 1, 9, 1, 1, 13, 6, 2, 20, 2, 4, 1, 17, 1, 3, 2, 7, 2, 1, 1, 1, 1, 3, 2, 1, 11, 4, 2, 1, 3, 2, 1, 7, 1, 7, 1, 12, 2, 8, 7, 6, 1, 2, 1, 7, 2, 37, 2, 3, 66, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 3, 1, 1, 2, 10, 18, 2, 19, 4, 2, 1, 9, 1, 9, 2, 1, 1, 1, 1, 4
Offset: 0

Views

Author

Robert G. Wilson v, Dec 07 2000

Keywords

Examples

			54.598150033144239078110261... = 54 + 1/(1 + 1/(1 + 1/(2 + 1/(21 + ...)))). - _Harry J. Smith_, Jun 22 2009
		

Crossrefs

Cf. A092426 Decimal expansion. - Harry J. Smith, Jun 22 2009

Programs

  • Mathematica
    ContinuedFraction[ E^4, 100]
  • PARI
    default(realprecision,1000); contfrac((exp(1))^4)
    
  • PARI
    { allocatemem(932245000); default(realprecision, 21000); x=contfrac(exp(1)^4); for (n=0, 20000, write("b058283.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Jun 22 2009

Extensions

More terms from R. K. Guy, Jun 15 2001