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.

A127953 Triangle, A097805 * A126615.

Original entry on oeis.org

1, -2, 2, -2, -1, 3, -2, -4, 2, 4, -2, -7, -3, 7, 5, -2, -10, -12, 4, 14, 6, -2, -13, -25, -10, 20, 23, 7, -2, -16, -42, -40, 10, 48, 34, 8, -2, -19, -63, -91, -35, 63, 91, 47, 9, -2, -22, -88, -168, -140, 28, 168, 152, 62, 10
Offset: 1

Views

Author

Gary W. Adamson, Feb 09 2007

Keywords

Comments

Row sums = (1, 0, 0, 0, ...).

Examples

			First few rows of the triangle:
   1;
  -2,   2;
  -2,  -1,   3;
  -2,  -4,   2,   4;
  -2,  -7,  -3,   7,  5;
  -2, -10, -12,   4, 14,  6;
  -2, -13, -25, -10, 20, 23, 7;
  ...
		

Crossrefs

Formula

A097805 * A126615 as infinite lower triangular matrices.