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.

A127140 Square of triangle A127139, row sums = A101035.

Original entry on oeis.org

1, -4, 1, -6, 0, 1, 4, -4, 0, 1, -10, 0, 0, 0, 1, 24, -6, -4, 0, 0, 1, -14, 0, 0, 0, 0, 0, 1, 0, 4, 0, -4, 0, 0, 0, 1, 9, 0, -6, 0, 0, 0, 0, 0, 1, 40, -10, 0, 0, -4, 0, 0, 0, 0, 1
Offset: 1

Views

Author

Gary W. Adamson, Jan 06 2007

Keywords

Comments

Row sums = A101035: (1, -3, -5, 1, -9, 15, ...). A127140 * [1, 2, 3, ...] = A055615: (1, -2, -3, 0, -5, 6, -7, ...).

Examples

			First few rows of the triangle:
    1;
   -4,  1;
   -6,  0,  1;
    4, -4,  0,  1;
  -10,  0,  0,  0, 1;
   24, -6, -4,  0, 0, 1;
  -14,  0,  0,  0, 0, 0, 1;
    0,  4,  0, -4, 0, 0, 0, 1;
    9,  0, -6,  0, 0, 0, 0, 0, 1;
  ...
		

Crossrefs

Formula

Square of A127139.