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.

A138733 Second term of continued fraction for 2n-th Du Bois Reymond constant.

Original entry on oeis.org

5, 190, 4531, 99232, 2125044, 45190209, 958768567, 20325471335, 430773893366, 9128872855695, 193450867955197, 4099389985205820, 86869246502331992, 1840823999333339814, 39008411877876819180, 826616742911186406242
Offset: 1

Views

Author

Artur Jasinski, Mar 26 2008

Keywords

Crossrefs

Programs

  • Mathematica
    a = {}; Do[AppendTo[a,Last[ContinuedFraction[FullSimplify[TrigToExp[ -3 - 2Residue[x^2/((Tan[x] - x) (1 + x^2)^n), {x,I}]]], 2]]], {n, 1, 9}]; a (*Artur Jasinski*)

Formula

a(n) = floor(1/C(2n)), where C(2n) is the 2n-th Du Bois Reymond constant. [From Max Alekseyev, Sep 15 2009]

Extensions

Extended by Max Alekseyev, Sep 15 2009