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.

A331559 E.g.f.: -log(1 + x + log(1 - x)).

Original entry on oeis.org

0, 1, 2, 9, 44, 280, 2064, 17738, 172528, 1880856, 22686960, 300193872, 4323063744, 67323469200, 1127433161568, 20205636981840, 385897245967104, 7824675262660608, 167885148101916672, 3800289634376282496, 90513807325761507840, 2262830879094971399424
Offset: 1

Views

Author

Ilya Gutkovskiy, Jan 20 2020

Keywords

Comments

Logarithmic transform of A226226.

Crossrefs

Programs

  • Mathematica
    nmax = 22; CoefficientList[Series[-Log[1 + x + Log[1 - x]], {x, 0, nmax}], x] Range[0, nmax]! // Rest

Formula

a(n) ~ (n-1)! / (1 + LambertW(-exp(-2)))^n. - Vaclav Kotesovec, Jan 26 2020
Showing 1-1 of 1 results.