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.

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

Original entry on oeis.org

1, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0, 1, -1, 0, 0, 0, -1, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 1, -2, 1, 0, 0, -1, 2, -1, 0, 0, 0, 0, 0, 1, -1, 0, 0, -1, 0, 1, 0, 0, 1, 0, -1, 0, 0, 0, -1, 2, -1, 0, 0, 0, -1, 0, 0, 1, 0, 1, 0, 0, -1, 0, -1, 1, 0, 0, 1
Offset: 0

Views

Author

Seiichi Manyama, May 31 2018

Keywords

Crossrefs

Product_{k>=1} (1 - x^(k*((m-2)*k-(m-4))/2)): A292518 (m=3), A276516 (m=4), this sequence (m=5).

Programs

  • Maple
    seq(coeff(series(mul(1-x^(k*(3*k-1)/2),k=1..n), x,n+1),x,n),n=0..140); # Muniru A Asiru, May 31 2018