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.

A263848 Irregular triangle read by rows: row n gives coefficients of basis polynomial {n,k} expressed in terms of binomial coefficients, high order terms first.

Original entry on oeis.org

1, 1, -1, 1, 0, -1, 1, -1, 1, 1, 0, 0, -1, 2, 0, -1, 1, 2, -1, 0, 1, 1, -1, 1, -1, 1, 0, 0, 0, -1, 3, 0, 0, -1, 1, 5, 0, -1, 0, 1, 3, 0, -1, 1, -1, 3, -1, 0, 0, 1, 5, -2, 0, 1, -1, 3, -2, 1, 0, -1, 1, -1, 1, -1, 1, 1, 0, 0, 0, 0, -1, 4, 0, 0, 0, -1, 1, 9, 0, 0
Offset: 0

Views

Author

N. J. A. Sloane, Nov 15 2015

Keywords

Examples

			Triangle begins:
  1,
  1, -1,
  1,  0, -1,
  1, -1,  1,
  1,  0,  0, -1,
  2,  0, -1,  1,
  2, -1,  0,  1,
  1, -1,  1, -1,
  1,  0,  0,  0, -1,
  3,  0,  0, -1,  1,
  ...
		

Crossrefs

Extensions

More terms from Peter J. C. Moses, Dec 12 2015