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.

A138730 Continued fraction for 4th Du Bois Reymond constant.

Original entry on oeis.org

0, 190, 1, 4, 2, 1, 1, 1, 6, 10, 6, 6, 1, 3, 2, 9, 67, 2, 3, 1, 7, 1, 2, 1, 1, 1, 2, 1, 1, 4, 1, 68, 5, 6, 1, 1, 1, 4, 1, 1, 5, 1, 4, 8, 2, 5, 5, 1, 1, 3, 1, 2, 2, 6, 1, 1, 1, 9, 2, 1, 1, 1, 17, 5, 21, 2, 9, 1, 3, 1, 2, 4, 1, 3, 5, 1, 56, 1, 4, 14, 5, 17, 4, 2, 34, 1, 18, 1, 1, 4, 1, 5, 16, 1, 3, 27, 1, 11
Offset: 1

Views

Author

Artur Jasinski, Mar 26 2008

Keywords

Crossrefs

Programs

  • Mathematica
    ContinuedFraction[FullSimplify[TrigToExp[ -3 - 2Residue[x^2/((Tan[x] - x) (1 + x^2)^2), {x, I}]]], 100](*Artur Jasinski*)
  • PARI
    contfrac((exp(4)-4*exp(2)-25)/8) \\ Charles R Greathouse IV, Feb 24 2012