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.

A134842 Triangle, n-th row = first n terms of n-th row of an array formed by A054525 * A051731(transform).

Original entry on oeis.org

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

Views

Author

Gary W. Adamson, Nov 12 2007

Keywords

Comments

Left column = mu(n), A008683: (1, -1, -1, 0, -1, 1, 0, 0, 1, ...).
Row sums = A023900: (1, -1, -2, -1, -4, 2, -6, ...).

Examples

			First few rows of the array:
   1,  1,  1,  1,  1,  1,  1, ...
  -1,  0, -1,  0, -1,  0, -1, ...
  -1, -1,  0, -1, -1, -1,  0, ...
   0, -1,  0,  0,  0, -1,  0, ...
  -1, -1, -1, -1, -1,  0, -1, ...
  ...
First few rows of the triangle:
   1;
  -1,  0;
  -1, -1,  0;
   0, -1,  0,  0;
  -1, -1, -1, -1,  0;
   1,  0,  0,  0,  1,  0;
  -1, -1, -1, -1, -1, -1,  0;
  ...
		

Crossrefs

Formula

Triangle, n-th row - first n terms of n-th row of an array formed by A054525 * A051731(transform).