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.

A143110 Triangle read by rows, A051731 * A000034 * 0^(n-k), 1<=k<=n.

Original entry on oeis.org

1, 1, 2, 1, 0, 1, 1, 2, 0, 2, 1, 0, 0, 0, 1, 1, 2, 1, 0, 0, 2, 1, 0, 0, 0, 0, 0, 1, 1, 2, 0, 2, 0, 0, 0, 2, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 2, 0, 0, 1, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 1, 2, 0, 2, 0, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2
Offset: 1

Views

Author

Gary W. Adamson & Mats Granvik, Jul 25 2008

Keywords

Comments

Row sums = A069735: (1, 3, 2, 5, 2, 6, 2, 7,...).
T(n,k) = 2 if k is even and divides n, 1 if k is odd and divides n; 0 otherwise.

Examples

			First few rows of the triangle are:
1;
1, 2;
1, 0, 1;
1, 2, 0, 2;
1, 0, 0, 0, 1;
1, 2, 1, 0, 0, 2;
1, 0, 0, 0, 0, 0, 1;
...
		

Crossrefs

Formula

Triangle read by rows, A051731 * A000034 * 0^(n-k), 1<=k<=n; where A051731 = the inverse Mobius transform and A000034 = (1, 2, 1, 2, 1, 2,...).