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.

A143594 Triangle read by rows, A051731 * (an infinite lower triangular matrix with 1's in the first column and the rest 2's).

Original entry on oeis.org

1, 2, 2, 2, 2, 2, 3, 4, 2, 2, 2, 2, 2, 2, 2, 4, 6, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 6, 4, 4, 2, 2, 2, 2, 3, 4, 4, 2, 2, 2, 2, 2, 2, 4, 6, 4, 4, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 6, 10, 8, 6, 4, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
Offset: 1

Views

Author

Gary W. Adamson, Aug 26 2008

Keywords

Comments

Left column = d(n), A000005: (1, 2, 2, 3, 2, 4, 2,...).
Prime rows have all 2's.
Row sums = A129235: (1, 4, 6, 11, 10, 10,...).

Examples

			First few rows of the triangle =
1;
2, 2;
2, 2, 2;
3, 4, 2, 2;
2, 2, 2, 2, 2;
4, 6, 4, 2, 2, 2;
2, 2, 2, 2, 2, 2, 2;
...
		

Crossrefs

Formula

Triangle read by rows, A051731 * (an infinite lower triangular matrix with 1's in the first column and the rest 2's), i.e. (1; 1,2; 1,2,2;...), 1<=k<=n A051731 = the inverse Mobius transform.