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.

A382975 Square array A(n,k), n >= 0, k >= 0, read by antidiagonals downwards, where A(n,k) = [x^n * y^k] Product_{j>=1} (1 + x^j - y^j).

Original entry on oeis.org

1, -1, 1, -1, 0, 1, 0, -1, -1, 2, 0, -1, 0, -1, 2, 1, -1, -1, -1, -1, 3, 0, 0, 0, 0, -2, -2, 4, 1, 0, 0, -2, 0, -2, -2, 5, 0, 1, 0, -1, 0, -1, -2, -3, 6, 0, 1, 1, 0, -1, -1, -2, -3, -3, 8, 0, 1, 0, 0, -1, 2, -1, -2, -4, -5, 10, 0, 1, 1, 0, 1, -2, 0, -1, -2, -5, -5, 12
Offset: 0

Views

Author

Seiichi Manyama, Apr 11 2025

Keywords

Examples

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

Crossrefs

Columns k=0..2 give A000009, (-1)*A025147, (-1)*A015744.
Rows n=0..2 give A010815, A078616, A297054.
Main diagonal gives A382980.
Antidiagonal sums give A000007.
Cf. A284593.