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.

Showing 1-1 of 1 results.

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

Original entry on oeis.org

1, -3, -3, 6, 6, 15, -12, -3, -30, -48, 6, -12, 15, 78, 186, -21, 168, 42, 42, -246, -408, -156, -399, -552, -498, -246, 213, 1248, -318, 1608, 1392, 2508, 1482, 2976, -480, -1011, 1500, -1704, -4296, -4206, -8499, -8652, -7626, -7050, -192, -13008, -480, -2118
Offset: 0

Views

Author

Seiichi Manyama, Sep 09 2017

Keywords

Crossrefs

Column k=3 of A292131.
Product_{k>=1} (1 - m*x^k): A010815 (m=1), A070877 (m=2), this sequence (m=3).

Programs

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

Formula

G.f.: Sum_{i>=0} (-3)^i*x^(i*(i+1)/2)/Product_{j=1..i} (1 - x^j). - Ilya Gutkovskiy, Apr 13 2018
Showing 1-1 of 1 results.