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-2 of 2 results.

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.

A292162 Main diagonal of A292160.

Original entry on oeis.org

0, -1, -2, 24, 60, 245, 642, 1365, 2552, 5094, -92010, -147752, -476940, -1083134, -2645230, -5251515, -10399760, -18340246, -33854778, -56744526, -95736020, 1650319440, 2252563082, 6443314668, 13202694120, 29698078100, 55023636486, 113357565936
Offset: 0

Views

Author

Seiichi Manyama, Sep 10 2017

Keywords

Crossrefs

Cf. A292161.

Formula

A292161(n) + i*a(n) = [x^n] Product_{k>=0} (1 - n*i*x^k), where i is sqrt(-1).
Showing 1-2 of 2 results.