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.

A290217 Square array A(n,k), n >= 0, k >= 0, read by antidiagonals, where column k is the expansion of g.f. Product_{i>0} 1/(1 + Sum_{j=1..k} j*x^(j*i)).

Original entry on oeis.org

1, 1, 0, 1, -1, 0, 1, -1, 0, 0, 1, -1, -2, -1, 0, 1, -1, -2, 3, 1, 0, 1, -1, -2, 0, -1, -1, 0, 1, -1, -2, 0, 5, -5, 1, 0, 1, -1, -2, 0, 1, 1, 9, -1, 0, 1, -1, -2, 0, 1, 9, -12, 3, 2, 0, 1, -1, -2, 0, 1, 4, -4, -3, -20, -2, 0, 1, -1, -2, 0, 1, 4, 6, -15, 31, 16, 2
Offset: 0

Views

Author

Seiichi Manyama, Oct 06 2017

Keywords

Examples

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

Crossrefs

Columns k=0..3 give A000007, A081362, A293287, A290395.
Rows n=0..1 give A000012, (-1)*A057427.
Main diagonal gives A258210.