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.

A138732 Continued fraction for 8th Du Bois Reymond constant.

Original entry on oeis.org

0, 99232, 2, 6, 1, 3, 4, 2, 1, 2, 1, 16, 8, 2, 57, 13, 2, 1, 16, 1, 1, 6, 5, 5, 1, 1, 6, 1, 1, 3, 1, 1, 2, 9, 18, 1, 8, 15, 2, 2, 1, 2, 1, 2, 1, 5, 2, 3, 5, 1, 3, 4, 17, 11, 1, 2, 1, 6, 1, 2, 3, 15, 3, 12, 1, 8, 6, 1, 1, 1, 2, 4, 29, 44, 1, 1, 7, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 22, 1, 2, 5, 8, 2, 2, 5, 2
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)^4), {x, I}]]], 100] (* Artur Jasinski *)
  • PARI
    contfrac((3*exp(8) - 24*exp(6) + 36*exp(4) - 8*exp(2)  - 1167)/384) \\ Michel Marcus, Sep 09 2013