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.

A134540 A054525 * A000012.

Original entry on oeis.org

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

Views

Author

Gary W. Adamson, Oct 31 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;
  0,  1;
  0,  1, 1;
  0,  0, 1, 1;
  0,  1, 1, 1, 1;
  0, -1, 0, 1, 1, 1;
  0,  1, 1, 1, 1, 1, 1;
  0,  0, 0, 0, 1, 1, 1, 1;
  0,  0, 0, 1, 1, 1, 1, 1, 1;
  0, -1, 0, 0, 0, 1, 1, 1, 1, 1;
  ...
		

Crossrefs

Cf. A054525.

Formula

A054525 * A000012 as infinite lower triangular matrices.
Triangle read by rows, partial sums of A054525 (the Mobius transform) terms starting from the right.