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.

A286950 Square array A(n,k), n>=0, k>=0, read by antidiagonals, where column k is the expansion of Product_{j>=1} (1 - x^j)/(1 - x^(k*j))^k.

Original entry on oeis.org

1, 1, -1, 1, 0, -1, 1, -1, 0, 0, 1, -1, 1, 0, 0, 1, -1, -1, -2, 0, 1, 1, -1, -1, 3, 3, 0, 0, 1, -1, -1, 0, -3, -4, 0, 1, 1, -1, -1, 0, 4, -2, 5, 0, 0, 1, -1, -1, 0, 0, -3, 9, -7, 0, 0, 1, -1, -1, 0, 0, 6, -4, -8, 10, 0, 0, 1, -1, -1, 0, 0, 1, -5, 1, -6, -13, 0, 0, 1
Offset: 0

Views

Author

Seiichi Manyama, May 17 2017

Keywords

Examples

			Square array begins:
   1, 1,  1,  1,  1, ...
  -1, 0, -1, -1, -1, ...
  -1, 0,  1, -1, -1, ...
   0, 0, -2,  3,  0, ...
   0, 0,  3, -3,  4, ...
		

Crossrefs

Columns k=0-4 give: A010815, A000007, A106507, A286952, A286953.
Diagonal gives A286956.
Cf. A175595.

Formula

G.f. of column k: Product_{j>=1} (1 - x^j)/(1 - x^(k*j))^k.
Showing 1-1 of 1 results.