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.

A291940 Triangle read by rows: T(n,k) = T(n-k,k-1) - 2*T(n-k,k) + T(n-k,k+1) with T(0,0) = 1 for 0 <= k <= A003056(n).

Original entry on oeis.org

1, 0, 1, 0, -2, 0, 4, 1, 0, -7, -2, 0, 12, 2, 0, -22, -3, 1, 0, 41, 8, -2, 0, -74, -15, 2, 0, 133, 23, -5, 0, -243, -42, 12, 1, 0, 444, 82, -19, -2, 0, -806, -147, 33, 2, 0, 1465, 261, -65, -5, 0, -2669, -479, 118, 10, 0, 4859, 878, -211, -15, 1, 0, -8840, -1593, 386
Offset: 0

Views

Author

Seiichi Manyama, Sep 06 2017

Keywords

Examples

			First few rows are:
  1;
  0,    1;
  0,   -2;
  0,    4,   1;
  0,   -7,  -2;
  0,   12,   2;
  0,  -22,  -3,  1;
  0,   41,   8, -2;
  0,  -74, -15,  2;
  0,  133,  23, -5;
  0, -243, -42, 12, 1.
		

Crossrefs

Row sums give A291942.
Columns 0-1 give A000007, (-1)*A275762 (for n>0).

A291958 Row sums of A291957.

Original entry on oeis.org

1, 1, -1, 2, -1, -1, 3, -2, 0, 2, -3, 2, 2, -4, 2, 2, -5, 5, 0, -6, 7, -1, -6, 9, -5, -5, 12, -9, -1, 12, -12, 0, 12, -15, 4, 13, -19, 9, 11, -22, 13, 9, -27, 21, 5, -28, 29, -1, -30, 34, -8, -29, 44, -18, -28, 51, -28, -22, 57, -42, -16, 63, -53, -6, 66, -70, 7, 67
Offset: 0

Views

Author

Seiichi Manyama, Sep 06 2017

Keywords

Crossrefs

Cf. A291942.
Showing 1-2 of 2 results.