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.

A128133 Binomial transform of A128132.

Original entry on oeis.org

1, 0, 2, -1, 3, 3, -2, 3, 8, 4, -3, 2, 14, 15, 5, -4, 0, 20, 35, 24, 6, -5, -3, 25, 65, 69, 35, 7, -6, -7, 28, 105, 154, 119, 48, 8, -7, -12, 28, 154, 294, 308, 188, 63, 9, -8, -18, 24, 210, 504, 672, 552, 279, 80, 10
Offset: 1

Views

Author

Gary W. Adamson, Feb 15 2007

Keywords

Comments

Row sums = A005183: (1, 2, 5, 13, 33, 81, 193, ...).

Examples

			First few rows of the triangle:
   1;
   0,  2;
  -1,  3,  3;
  -2,  3,  8,  4;
  -3,  2, 14, 15,  5;
  -4,  0, 20, 35, 24,  6;
  -5, -3, 25, 65, 69, 35,  7;
  ...
		

Crossrefs

Formula

A007318 * A128132 as infinite lower triangular matrices.