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.

A292406 Expansion of Product_{k>=1} ((1 + k^k*x^k)/(1 - k^k*x^k)).

Original entry on oeis.org

1, 2, 10, 72, 670, 7896, 113572, 1939028, 38463550, 869985586, 22098989952, 622728621984, 19271496576612, 649553583740576, 23680212403186584, 928276782505698920, 38931911577966732814, 1739307919812511213916, 82457732209611432170734
Offset: 0

Views

Author

Seiichi Manyama, Sep 15 2017

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 20; CoefficientList[Series[Product[(1 + k^k*x^k)/(1 - k^k*x^k), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Sep 16 2017 *)

Formula

Convolution of A023882 and A265949.
a(n) ~ 2*n^n * (1 + 2*exp(-1)/n + (exp(-1) + 10*exp(-2))/n^2). - Vaclav Kotesovec, Sep 16 2017