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.

A140703 A000012 * A051731^3.

Original entry on oeis.org

1, 4, 1, 7, 1, 1, 13, 4, 1, 1, 16, 4, 1, 1, 1, 25, 7, 4, 1, 1, 1, 28, 7, 4, 1, 1, 1, 1, 38, 13, 4, 4, 1, 1, 1, 1, 44, 13, 7, 4, 1, 1, 1, 1, 1, 53, 16, 7, 4, 4, 1, 1, 1, 1, 1, 56, 16, 7, 4, 4, 1, 1, 1, 1, 1, 1
Offset: 1

Views

Author

Gary W. Adamson, May 24 2008

Keywords

Comments

Row sums = A061202: (1, 5, 9, 19, 23, 39,...).
Leftmost column = A061201: (1, 4, 7, 13, 16, 25, 28,...).

Examples

			First few rows of the triangle are:
1;
4, 1;
7, 1, 1;
13, 4, 1, 1;
16, 4, 1, 1, 1;
25, 7, 4, 1, 1, 1;
28, 7, 4, 1, 1, 1, 1;
38, 13, 4, 4, 1, 1, 1, 1;
...
		

Crossrefs

Formula

A000012 * A051731^3 as infinite lower triangular matrices, where A000012 = [1; 1,1; 1,1,1;...] and A051731 = the inverse Mobius transform.