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.

A128584 A054521 * A128064 (unsigned).

Original entry on oeis.org

1, 1, 0, 0, 2, 0, 1, -2, 3, 0, 0, 0, 0, 4, 0, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0, 6, 0, 1, -2, 3, -4, 5, -6, 7, 0, 0, 2, -3, 0, 5, -6, 0, 8, 0, 1, -2, 3, 0, 0, -6, 7, -8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 1, 0, 0, -4, 5, -6, 7, 0, 0, -10, 11, 0
Offset: 1

Views

Author

Gary W. Adamson, Mar 11 2007

Keywords

Comments

Row sums = phi(n), A000010: (1, 1, 2, 2, 4, 2, 6, 4, 6, 4, ...).

Examples

			First few rows of the triangle:
  1;
  1,  0;
  0,  2,  0;
  1, -2,  3,  0;
  0,  0,  0,  4,  0;
  1,  0,  0, -4,  5,  0;
  ...
		

Crossrefs

Formula

A054521 * A128064 (unsigned) as infinite lower triangular matrices.

Extensions

a(28) = 0 inserted and more terms from Georg Fischer, May 29 2023