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.

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

Original entry on oeis.org

1, 0, -1, 0, -1, 0, -1, -1, 0, -1, -1, 0, -1, -2, 0, -1, -2, 1, 0, -1, -3, 1, 0, -1, -3, 2, 0, -1, -4, 3, 0, -1, -4, 4, 1, 0, -1, -5, 5, 1, 0, -1, -5, 7, 2, 0, -1, -6, 8, 3, 0, -1, -6, 10, 5, 0, -1, -7, 12, 6, -1, 0, -1, -7, 14, 9, -1, 0, -1, -8, 16, 11, -2, 0, -1
Offset: 0

Views

Author

Seiichi Manyama, Sep 08 2017

Keywords

Examples

			First few rows are:
  1;
  0, -1;
  0, -1;
  0, -1, -1;
  0, -1, -1;
  0, -1, -2;
  0, -1, -2, 1;
  0, -1, -3, 1;
  0, -1, -3, 2;
  0, -1, -4, 3;
  0, -1, -4, 4, 1.
		

Crossrefs

Row sums give A278399.
Columns 0-1 give A000007, (-1)*A000012.
Cf. A292049.