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-2 of 2 results.

A295240 Expansion of e.g.f. 1/(1 - x*exp(x)/(1 - 2*x*exp(x)/(1 - 3*x*exp(x)/(1 - 4*x*exp(x)/(1 - ...))))), a continued fraction.

Original entry on oeis.org

1, 1, 8, 129, 3748, 172385, 11541246, 1060864189, 128254619480, 19735654508577, 3766841223919930, 873355411013249021, 241783431463815426516, 78781867440446089479937, 29844928122224237593463270, 13007143530120743289176560125, 6462200434400107274026753685296
Offset: 0

Views

Author

Ilya Gutkovskiy, Nov 18 2017

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 16; CoefficientList[Series[1/(1 + ContinuedFractionK[-k x Exp[x], 1, {k, 1, nmax}]), {x, 0, nmax}], x] Range[0, nmax]!

Formula

a(n) ~ sqrt(Pi) * 2^(n+1) * n^(2*n + 1/2) / exp(2*n - 1/2). - Vaclav Kotesovec, Aug 09 2021

A295241 Expansion of e.g.f. 1/(1 - x*exp(x)/(1 - x*exp(2*x)/(1 - x*exp(3*x)/(1 - x*exp(4*x)/(1 - ...))))), a continued fraction.

Original entry on oeis.org

1, 1, 6, 63, 1024, 23025, 671196, 24295537, 1059233008, 54376011009, 3229888525300, 218930722589601, 16744189595081928, 1431509929349664385, 135727622625718838092, 14175933450070804285665, 1621447178602905553394656, 202067106261905557292228097, 27312528199766157940311518436
Offset: 0

Views

Author

Ilya Gutkovskiy, Nov 18 2017

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 18; CoefficientList[Series[1/(1 + ContinuedFractionK[-x Exp[k x], 1, {k, 1, nmax}]), {x, 0, nmax}], x] Range[0, nmax]!
Showing 1-2 of 2 results.