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.

A152904 Triangle read by rows: T(n,k) = A008683(n-k+1); 1<=k<=n; mu(n) "decrescendo".

Original entry on oeis.org

1, -1, 1, -1, -1, 1, 0, -1, -1, 1, -1, 0, -1, -1, 1, 1, -1, 0, -1, -1, 1, -1, 1, -1, 0, -1, -1, 1, 0, -1, 1, -1, 0, -1, -1, 1, 0, 0, -1, 1, -1, 0, -1, -1, 1, 1, 0, 0, -1, 1, -1, 0, -1, -1, 1, -1, 1, 0, 0, -1, 1, -1, 0, -1, -1, 1
Offset: 1

Views

Author

Gary W. Adamson, Dec 14 2008

Keywords

Examples

			Triangle begins
   1;
  -1, 1;
  -1, -1, 1;
   0, -1, -1, 1;
  -1, 0, -1, -1, 1;
   1, -1, 0, -1, -1, 1;
  -1, 1, -1, 0, -1, -1, 1;
   0, -1, 1, -1, 0, -1, -1, 1;
   0, 0, -1, 1, -1, 0, -1, -1, 1;
   ...
Production matrix begins
  -1, 1,
  -2, 0, 1,
  -3, 0, 0, 1,
  -6, 0, 0, 0, 1,
  -9, 0, 0, 0, 0, 1,
  -17, 0, 0, 0, 0, 0, 1,
  -28, 0, 0, 0, 0, 0, 0, 1,
  -50, 0, 0, 0, 0, 0, 0, 0, 1,
  -83, 0, 0, 0, 0, 0, 0, 0, 0, 1,
  -147, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 ...
  where first column is -A073776(n+1). - _Paul Barry_, Feb 10 2011
		

Crossrefs

Row sums = A002321, the Mertens function. A185694 is an eigensequence.

Formula

Triangle read by rows, T(n,k) = A008683(n-k+1) = A008683 in every column = A008683 "decrescendo"d by rows.