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.

A265953 E.g.f.: Product_{k>=1} 1/(1 - exp(x)*x^k).

Original entry on oeis.org

1, 1, 6, 39, 328, 3305, 39396, 536053, 8210784, 139670721, 2612934820, 53260680341, 1175587507392, 27929705129521, 710678763809028, 19284199100275845, 555961318128936256, 16972543570002866945, 547046699544108738756, 18566047855851466092949
Offset: 0

Views

Author

Vaclav Kotesovec, Dec 19 2015

Keywords

Crossrefs

Programs

  • Mathematica
    nmax=20; CoefficientList[Series[Product[1/(1-E^x*x^k), {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]!

Formula

a(n) ~ c * n! / LambertW(1)^n, where c = 1/(1 + LambertW(1)) * Product_{j>=1} 1/(1 - LambertW(1)^j) = 3.40413121452412914124892504613759007312040569..., LambertW(1) = A030178.