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.

A292159 Square array A(n,k), n>=0, k>=0, read by antidiagonals, where column k is the expansion of Re((k*i; x)_inf), and (a; q)_inf is the q-Pochhammer symbol, i = sqrt(-1).

Original entry on oeis.org

1, 1, 0, 1, -1, 0, 1, -4, -1, 0, 1, -9, -4, -2, 0, 1, -16, -9, -8, -2, 0, 1, -25, -16, -18, -8, -3, 0, 1, -36, -25, -32, -18, -12, -2, 0, 1, -49, -36, -50, -32, -27, 4, -3, 0, 1, -64, -49, -72, -50, -48, 54, 0, -2, 0, 1, -81, -64, -98, -72, -75, 208, 45, 16, -2
Offset: 0

Views

Author

Seiichi Manyama, Sep 10 2017

Keywords

Examples

			Square array begins:
   1,  1,  1,   1,   1, ...
   0, -1, -4,  -9, -16, ...
   0, -1, -4,  -9, -16, ...
   0, -2, -8, -18, -32, ...
   0, -2, -8, -18, -32, ...
		

Crossrefs

Columns k=0..2 give A000007, A278399, A292135.
Rows n=0..1 give A000012, (-1)*A000290.
Main diagonal gives A292161.
Cf. A292160.