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.

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

Original entry on oeis.org

1, -1, -2, 2, -3, -2, 13, -5, -9, 35, -25, -34, 91, -78, -102, 240, -192, -233, 665, -441, -553, 1636, -1063, -1327, 3869, -2565, -3229, 8738, -6032, -7446, 19568, -13469, -16499, 43083, -29101, -35282, 93458, -61544, -74539, 198072, -128917, -155580, 412116, -267021
Offset: 0

Views

Author

Seiichi Manyama, Apr 15 2017

Keywords

Crossrefs

Programs

  • PARI
    x='x+O('x^100); Vec(prod(k=1, 100, (1 - x^(3*k - 1))^(3*k - 1)*(1 - x^(3*k - 2))^(3*k - 2))) \\ Indranil Ghosh, Apr 15 2017

Formula

Convolution inverse of A262923.