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.

A078688 Continued fraction expansion of e^(1/4).

Original entry on oeis.org

1, 3, 1, 1, 11, 1, 1, 19, 1, 1, 27, 1, 1, 35, 1, 1, 43, 1, 1, 51, 1, 1, 59, 1, 1, 67, 1, 1, 75, 1, 1, 83, 1, 1, 91, 1, 1, 99, 1, 1, 107, 1, 1, 115, 1, 1, 123, 1, 1, 131, 1, 1, 139, 1, 1, 147, 1, 1, 155, 1, 1, 163, 1, 1, 171, 1, 1, 179, 1, 1, 187
Offset: 0

Views

Author

Benoit Cloitre, Dec 17 2002

Keywords

Crossrefs

Programs

  • Mathematica
    ContinuedFraction[E^(1/4),80] (* Harvey P. Dale, Nov 19 2011 *)

Formula

a(4k+2) = 8k+3, otherwise a(i) = 1.
G.f.: (6x^4+2x)/(1-x^3)^2+1/(1-x). - Ralf Stephan, Mar 13 2003