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.

A128314 Triangle, A000012 * A128313.

Original entry on oeis.org

1, -1, 1, -1, -1, 1, -1, 1, -2, 1, -1, -3, 4, -3, 1, -1, 3, -7, 7, -4, 1, -1, -3, 8, -13, 11, -5, 1, -1, 1, -10, 21, -24, 16, -6, 1, -1, -5, 17, -35, 46, -40, 22, -7, 1, -1, 7, -25, 53, -81, 86, -62, 29, -8, 1
Offset: 1

Views

Author

Gary W. Adamson, Feb 25 2007

Keywords

Comments

Row sums = the Mertens sequence: A002321, (1, 0, -1, -1, -2, ...).

Examples

			First few rows of the triangle:
   1;
  -1,  1;
  -1, -1,  1;
  -1,  1, -2,   1
  -1, -3,  4,  -3,  1;
  -1,  3, -7,   7, -4,  1;
  -1, -3,  8, -13, 11, -5, 1;
  ...
		

Crossrefs

Formula

A000012 * A128313 as infinite lower triangular matrices.