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.

Showing 1-1 of 1 results.

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

Original entry on oeis.org

1, -1, -3, 167, 262305, -19802585281, -111307539961183167, 66192452118355875767376767, 5609362049224731266886822845131449345, -87773600779729250264394909974880988558750376171521, -318955450227538853365057634352430260175496937997604285602324132863
Offset: 0

Views

Author

Ilya Gutkovskiy, Sep 26 2017

Keywords

Crossrefs

Main diagonal of A291207.
Cf. A291333.

Programs

  • Mathematica
    Table[SeriesCoefficient[1/(1 + ContinuedFractionK[-(-1)^k k^n x, 1, {k, 1, n}]), {x, 0, n}], {n, 0, 10}]

Formula

a(n) = A291207(n,n).
Showing 1-1 of 1 results.