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.

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

Original entry on oeis.org

1, 1, 17, 98, 498, 2419, 12173, 56974, 262287, 1170434, 5130110, 22005641, 92776584, 384372350, 1568795222, 6311075226, 25055939165, 98238723797, 380712713628, 1459221817435, 5535228002259, 20790644132178, 77364177052864, 285327924675416
Offset: 0

Views

Author

Seiichi Manyama, Nov 03 2017

Keywords

Crossrefs

Column k=3 of A294589.

Programs

  • PARI
    N=66; x='x+O('x^N); Vec(1/prod(k=1, N, (1-k*x^k)^k^3))