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.

A143276 Triangle read by rows: A054525 * A054523 as infinite lower triangular matrices.

Original entry on oeis.org

1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 3, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0, 0, 1, 4, 0, 1, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1
Offset: 1

Views

Author

Gary W. Adamson, Aug 03 2008

Keywords

Comments

Row sums = phi(n), A000010: (1, 1, 2, 2, 4, 2, 6,...).
Left border = A007431: (1, 0, 1, 1, 3, 0, 5, 2, 4,...).

Examples

			First few rows of the triangle =
1;
0, 1;
1, 0, 1;
1, 0, 0, 1;
3, 0, 0, 0, 1;
0, 1, 0, 0, 0, 1;
5, 0, 0, 0, 0, 0, 1;
2, 1, 0, 0, 0, 0, 0, 1;
...
		

Crossrefs

Formula

Moebius transform of triangle A054523.

Extensions

a(17), a(18) corrected by Georg Fischer, May 29 2023