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.

Showing 1-2 of 2 results.

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.

A162883 Triangle T(n,k) read by rows: k X k determinants ending at the n-th row of A127139.

Original entry on oeis.org

1, -2, 1, -3, 3, 1, 0, 6, -4, 1, -5, -10, -10, 5, 1, 6, 15, 20, 15, -6, 1, -7, -21, 0, 0, -21, 7, 1, 0, 0, 0, 0, -56, 28, -8, 1, 0, 0, 0, 126, 126, 84, -36, 9, 1, 10, 0, 0, -210, -252, -210, 0, 45, -10, 1, -11, -55, 165, 330, 0, 0, 330, -165, -55, 11, 1, 0, -66, 0, -495, -792, 0, 0
Offset: 1

Views

Author

Mats Granvik, Jul 16 2009

Keywords

Comments

Absolute values of nonzero elements appear to be as in Pascal's triangle. The table consists mostly of zeros.

Examples

			Table begins:
   1;
  -2,    1;
  -3,    3,    1;
   0,    6,   -4,    1;
  -5,  -10,  -10,    5,    1;
   6,   15,   20,   15,   -6,    1;
  -7,  -21,    0,    0,  -21,    7,    1;
   0,    0,    0,    0,  -56,   28,   -8,    1;
   0,    0,    0,  126,  126,   84,  -36,    9,    1;
  10,    0,    0, -210, -252, -210,    0,   45,  -10,    1;
		

Crossrefs

Showing 1-2 of 2 results.