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.

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

Original entry on oeis.org

1, 1, 0, 1, -1, 0, 1, -1, 0, 0, 1, -1, -1, -6, 0, 1, -1, -1, 0, 24, 0, 1, -1, -1, -1, -6, -120, 0, 1, -1, -1, -1, 2, 30, 720, 0, 1, -1, -1, -1, 1, 10, 270, -5040, 0, 1, -1, -1, -1, 1, 20, 170, 0, 80640, 0, 1, -1, -1, -1, 1, 19, 140, 1050, 2520, -725760, 0, 1, -1
Offset: 0

Views

Author

Seiichi Manyama, Oct 05 2017

Keywords

Examples

			Square array begins:
   1,    1,  1,  1,  1, ...
   0,   -1, -1, -1, -1, ...
   0,    0, -1, -1, -1, ...
   0,   -6,  0, -1, -1, ...
   0,   24, -6,  2,  1, ...
   0, -120, 30, 10, 20, ...
		

Crossrefs

Columns k=0..1 give A000007, A293300.
Rows n=0 gives A000012.
Main diagonal gives A293116.