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.

A294581 Expansion of Product_{k>=1} (1 - k^2*x^k)^k.

Original entry on oeis.org

1, -1, -8, -19, -21, 139, 448, 1414, 1206, -3865, -21271, -65257, -116480, -76230, 494952, 2082603, 5801391, 10117600, 8498261, -25314504, -144955267, -405982721, -858529330, -1081275709, 126891854, 6202698189, 22569319856, 56419872881, 102176753056
Offset: 0

Views

Author

Seiichi Manyama, Nov 02 2017

Keywords

Crossrefs

Column k=2 of A294580.

Programs

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