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.

A291335 a(n) = [x^n] 1/(1 + n*x/(1 + n*x^2/(1 + n*x^3/(1 + n*x^4/(1 + n*x^5/(1 - ...)))))), a continued fraction.

Original entry on oeis.org

1, -1, 4, -18, 128, -1375, 19224, -328937, 6594560, -150804585, 3866510000, -109763181693, 3416538258432, -115680589167780, 4232540747232224, -166402907912306250, 6995675389431382016, -313160900844718102493, 14871520058618111804352, -746718033885917073001959
Offset: 0

Views

Author

Ilya Gutkovskiy, Aug 22 2017

Keywords

Crossrefs

Main diagonal of A286932.

Programs

  • Mathematica
    Table[SeriesCoefficient[1/(1 + ContinuedFractionK[n x^i, 1, {i, 1, n}]), {x, 0, n}], {n, 0, 19}]

Formula

a(n) = A286932(n,n).
a(n) ~ (-1)^n * exp(-1) * n^n. - Vaclav Kotesovec, Aug 26 2017